#88E13C

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

Shades of Atlantis #88E13C

Tints of Atlantis #88E13C

Color information

#88E13C (or 0x88E13C) is unknown color: approx Atlantis. HEX triplet: 88, E1 and 3C. RGB value is (136,225,60). Sum of RGB (Red+Green+Blue) = 136+225+60=421 (55% of max value = 765). Red value is 136 (53.52% from 255 or 32.30% from 421); Green value is 225 (88.28% from 255 or 53.44% from 421); Blue value is 60 (23.83% from 255 or 14.25% from 421); Max value from RGB is 225 - color contains mainly: green. Hex color #88E13C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #88E13C is #771EC3. Grayscale: #B4B4B4. Windows color (decimal): -7806660 or 3989896. OLE color: 3989896.

HSL color Cylindrical-coordinate representation of color #88E13C: hue angle of 92.36º degrees, saturation: 0.73, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #88E13C is Cyan = 0.40, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.12.

Color convert

RGB13622560-
CMYK0.4000.730.12
HSL92.36º73.33%55.88%-
HSV(B)92.36º73.33%88.24%-
XYZ37.8959.4113.75-
YUV179.5860.5196.92-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 32.30%
GREEN value IS 225 (88.28% from 255) = 53.44%
BLUE value IS 60 (23.83% from 255) = 14.25%
R=32.30%
G=53.44%
B=14.25%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal136225600.4000.730.1292.3673.3355.88
Hex88E13C28049C5c4938
Octal210341745001111413411170
Binary100010001110000111110010100001001001110010111001001001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88E13C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,225,60); }

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

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

 a { background-color: rgb(136,225,60); }

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

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

 span { border-color: rgb(136,225,60); }

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