#9ED44E

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

Shades of Atlantis #9ED44E

Tints of Atlantis #9ED44E

Color information

#9ED44E (or 0x9ED44E) is unknown color: approx Atlantis. HEX triplet: 9E, D4 and 4E. RGB value is (158,212,78). Sum of RGB (Red+Green+Blue) = 158+212+78=448 (59% of max value = 765). Red value is 158 (62.11% from 255 or 35.27% from 448); Green value is 212 (83.20% from 255 or 47.32% from 448); Blue value is 78 (30.86% from 255 or 17.41% from 448); Max value from RGB is 212 - color contains mainly: green. Hex color #9ED44E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ED44E is #612BB1. Grayscale: #B5B5B5. Windows color (decimal): -6368178 or 5166238. OLE color: 5166238.

HSL color Cylindrical-coordinate representation of color #9ED44E: hue angle of 84.18º degrees, saturation: 0.61, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #9ED44E is Cyan = 0.25, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.17.

Color convert

RGB15821278-
CMYK0.2500.630.17
HSL84.18º60.91%56.86%-
HSV(B)84.18º63.21%83.14%-
XYZ39.0254.9115.75-
YUV180.5870.11111.9-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 35.27%
GREEN value IS 212 (83.20% from 255) = 47.32%
BLUE value IS 78 (30.86% from 255) = 17.41%
R=35.27%
G=47.32%
B=17.41%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal158212780.2500.630.1784.1860.9156.86
Hex9ED44E1903F11543d39
Octal23632411631077211247571
Binary10011110110101001001110110010111111100011010100111101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ED44E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9ED44E; }

 p { color: rgb(158,212,78); }

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

<style>
 a { background-color: #9ED44E; }

 a { background-color: rgb(158,212,78); }

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

<style>
 span { border-color: #9ED44E; }

 span { border-color: rgb(158,212,78); }

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