#88E34A

Color #88E34A Atlantis (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Atlantis #88E34A

Tints of Atlantis #88E34A

Color information

#88E34A (or 0x88E34A) is unknown color: approx Atlantis. HEX triplet: 88, E3 and 4A. RGB value is (136,227,74). Sum of RGB (Red+Green+Blue) = 136+227+74=437 (57% of max value = 765). Red value is 136 (53.52% from 255 or 31.12% from 437); Green value is 227 (89.06% from 255 or 51.95% from 437); Blue value is 74 (29.30% from 255 or 16.93% from 437); Max value from RGB is 227 - color contains mainly: green. Hex color #88E34A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #88E34A is #771CB5. Grayscale: #B6B6B6. Windows color (decimal): -7806134 or 4907912. OLE color: 4907912.

HSL color Cylindrical-coordinate representation of color #88E34A: hue angle of 95.69º degrees, saturation: 0.73, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #88E34A is Cyan = 0.40, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.11.

Color convert

RGB13622774-
CMYK0.4000.670.11
HSL95.69º73.21%59.02%-
HSV(B)95.69º67.4%89.02%-
XYZ38.8660.6716.14-
YUV182.3566.8594.94-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 136 (53.52% from 255) = 31.12%
GREEN value IS 227 (89.06% from 255) = 51.95%
BLUE value IS 74 (29.30% from 255) = 16.93%
R=31.12%
G=51.95%
B=16.93%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal136227740.4000.670.1195.6973.2159.02
Hex88E34A28043B60493b
Octal2103431125001031314011173
Binary1000100011100011100101010100001000011101111000001001001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88E34A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #88E34A; }

 p { color: rgb(136,227,74); }

 H1.HeaderClassName
 {
   color: #88E34A;
 }
 .AnyTagClassName
 {
   color: #88E34A;
 }
</style>
background-color css

<style>
 a { background-color: #88E34A; }

 a { background-color: rgb(136,227,74); }

 div.DivClassName
 {
   background-color: #88E34A;
 }
 .BgClassName
 {
   background-color: #88E34A;
 }
</style>
border-color css

<style>
 span { border-color: #88E34A; }

 span { border-color: rgb(136,227,74); }

 td.TdClassName
 {
   border-color: #88E34A;
 }
 .TagClassName
 {
   border-color: #88E34A;
 }
</style>