#8ED23B

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

Shades of Atlantis #8ED23B

Tints of Atlantis #8ED23B

Color information

#8ED23B (or 0x8ED23B) is unknown color: approx Atlantis. HEX triplet: 8E, D2 and 3B. RGB value is (142,210,59). Sum of RGB (Red+Green+Blue) = 142+210+59=411 (54% of max value = 765). Red value is 142 (55.86% from 255 or 34.55% from 411); Green value is 210 (82.42% from 255 or 51.09% from 411); Blue value is 59 (23.44% from 255 or 14.36% from 411); Max value from RGB is 210 - color contains mainly: green. Hex color #8ED23B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8ED23B is #712DC4. Grayscale: #ACACAC. Windows color (decimal): -7417285 or 3920526. OLE color: 3920526.

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

Color convert

RGB14221059-
CMYK0.3200.720.18
HSL87.02º62.66%52.75%-
HSV(B)87.02º71.9%82.35%-
XYZ34.9952.1612.36-
YUV172.4563.97106.28-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 34.55%
GREEN value IS 210 (82.42% from 255) = 51.09%
BLUE value IS 59 (23.44% from 255) = 14.36%
R=34.55%
G=51.09%
B=14.36%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal142210590.3200.720.1887.0262.6652.75
Hex8ED23B2004812573f35
Octal21632273400110221277765
Binary100011101101001011101110000001001000100101010111111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ED23B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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