#8ED238

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

Shades of Atlantis #8ED238

Tints of Atlantis #8ED238

Color information

#8ED238 (or 0x8ED238) is unknown color: approx Atlantis. HEX triplet: 8E, D2 and 38. RGB value is (142,210,56). Sum of RGB (Red+Green+Blue) = 142+210+56=408 (54% of max value = 765). Red value is 142 (55.86% from 255 or 34.80% from 408); Green value is 210 (82.42% from 255 or 51.47% from 408); Blue value is 56 (22.27% from 255 or 13.73% from 408); Max value from RGB is 210 - color contains mainly: green. Hex color #8ED238 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8ED238 is #712DC7. Grayscale: #ACACAC. Windows color (decimal): -7417288 or 3723918. OLE color: 3723918.

HSL color Cylindrical-coordinate representation of color #8ED238: hue angle of 86.49º degrees, saturation: 0.63, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8ED238 is Cyan = 0.32, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.18.

Color convert

RGB14221056-
CMYK0.3200.730.18
HSL86.49º63.11%52.16%-
HSV(B)86.49º73.33%82.35%-
XYZ34.9252.1311.96-
YUV172.1162.47106.52-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 34.80%
GREEN value IS 210 (82.42% from 255) = 51.47%
BLUE value IS 56 (22.27% from 255) = 13.73%
R=34.80%
G=51.47%
B=13.73%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal142210560.3200.730.1886.4963.1152.16
Hex8ED2382004912563f34
Octal21632270400111221267764
Binary100011101101001011100010000001001001100101010110111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ED238

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,210,56); }

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

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

 a { background-color: rgb(142,210,56); }

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

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

 span { border-color: rgb(142,210,56); }

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