#8CEE35

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

Shades of Atlantis #8CEE35

Tints of Atlantis #8CEE35

Color information

#8CEE35 (or 0x8CEE35) is unknown color: approx Atlantis. HEX triplet: 8C, EE and 35. RGB value is (140,238,53). Sum of RGB (Red+Green+Blue) = 140+238+53=431 (57% of max value = 765). Red value is 140 (55.08% from 255 or 32.48% from 431); Green value is 238 (93.36% from 255 or 55.22% from 431); Blue value is 53 (21.09% from 255 or 12.30% from 431); Max value from RGB is 238 - color contains mainly: green. Hex color #8CEE35 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8CEE35 is #7311CA. Grayscale: #BCBCBC. Windows color (decimal): -7541195 or 3534476. OLE color: 3534476.

HSL color Cylindrical-coordinate representation of color #8CEE35: hue angle of 91.78º degrees, saturation: 0.84, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8CEE35 is Cyan = 0.41, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.07.

Color convert

RGB14023853-
CMYK0.4100.780.07
HSL91.78º84.47%57.06%-
HSV(B)91.78º77.73%93.33%-
XYZ42.0366.9814.08-
YUV187.6152.0394.04-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 32.48%
GREEN value IS 238 (93.36% from 255) = 55.22%
BLUE value IS 53 (21.09% from 255) = 12.30%
R=32.48%
G=55.22%
B=12.30%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal140238530.4100.780.0791.7884.4757.06
Hex8CEE352904E75c5439
Octal21435665510116713412471
Binary10001100111011101101011010010100111011110111001010100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CEE35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8CEE35; }

 p { color: rgb(140,238,53); }

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

<style>
 a { background-color: #8CEE35; }

 a { background-color: rgb(140,238,53); }

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

<style>
 span { border-color: #8CEE35; }

 span { border-color: rgb(140,238,53); }

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