#8CEE52

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

Shades of Atlantis #8CEE52

Tints of Atlantis #8CEE52

Color information

#8CEE52 (or 0x8CEE52) is unknown color: approx Atlantis. HEX triplet: 8C, EE and 52. RGB value is (140,238,82). Sum of RGB (Red+Green+Blue) = 140+238+82=460 (60% of max value = 765). Red value is 140 (55.08% from 255 or 30.43% from 460); Green value is 238 (93.36% from 255 or 51.74% from 460); Blue value is 82 (32.42% from 255 or 17.83% from 460); Max value from RGB is 238 - color contains mainly: green. Hex color #8CEE52 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8CEE52 is #7311AD. Grayscale: #BFBFBF. Windows color (decimal): -7541166 or 5435020. OLE color: 5435020.

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

Color convert

RGB14023882-
CMYK0.4100.660.07
HSL97.69º82.11%62.75%-
HSV(B)97.69º65.55%93.33%-
XYZ42.9167.3318.72-
YUV190.9166.5391.68-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 30.43%
GREEN value IS 238 (93.36% from 255) = 51.74%
BLUE value IS 82 (32.42% from 255) = 17.83%
R=30.43%
G=51.74%
B=17.83%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal140238820.4100.660.0797.6982.1162.75
Hex8CEE5229042762523f
Octal214356122510102714212277
Binary100011001110111010100101010010100001011111000101010010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CEE52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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