#8ED838

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

Shades of Atlantis #8ED838

Tints of Atlantis #8ED838

Color information

#8ED838 (or 0x8ED838) is unknown color: approx Atlantis. HEX triplet: 8E, D8 and 38. RGB value is (142,216,56). Sum of RGB (Red+Green+Blue) = 142+216+56=414 (54% of max value = 765). Red value is 142 (55.86% from 255 or 34.30% from 414); Green value is 216 (84.77% from 255 or 52.17% from 414); Blue value is 56 (22.27% from 255 or 13.53% from 414); Max value from RGB is 216 - color contains mainly: green. Hex color #8ED838 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8ED838 is #7127C7. Grayscale: #B0B0B0. Windows color (decimal): -7415752 or 3725454. OLE color: 3725454.

HSL color Cylindrical-coordinate representation of color #8ED838: hue angle of 87.75º degrees, saturation: 0.67, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #8ED838 is Cyan = 0.34, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.15.

Color convert

RGB14221656-
CMYK0.3400.740.15
HSL87.75º67.23%53.33%-
HSV(B)87.75º74.07%84.71%-
XYZ36.4355.1512.47-
YUV175.6360.48104.01-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 34.30%
GREEN value IS 216 (84.77% from 255) = 52.17%
BLUE value IS 56 (22.27% from 255) = 13.53%
R=34.30%
G=52.17%
B=13.53%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal142216560.3400.740.1587.7567.2353.33
Hex8ED8382204AF584335
Octal216330704201121713010365
Binary100011101101100011100010001001001010111110110001000011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ED838

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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