#9ED94D

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

Shades of Atlantis #9ED94D

Tints of Atlantis #9ED94D

Color information

#9ED94D (or 0x9ED94D) is unknown color: approx Atlantis. HEX triplet: 9E, D9 and 4D. RGB value is (158,217,77). Sum of RGB (Red+Green+Blue) = 158+217+77=452 (59% of max value = 765). Red value is 158 (62.11% from 255 or 34.96% from 452); Green value is 217 (85.16% from 255 or 48.01% from 452); Blue value is 77 (30.47% from 255 or 17.04% from 452); Max value from RGB is 217 - color contains mainly: green. Hex color #9ED94D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ED94D is #6126B2. Grayscale: #B7B7B7. Windows color (decimal): -6366899 or 5101982. OLE color: 5101982.

HSL color Cylindrical-coordinate representation of color #9ED94D: hue angle of 85.29º degrees, saturation: 0.65, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9ED94D is Cyan = 0.27, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.15.

Color convert

RGB15821777-
CMYK0.2700.650.15
HSL85.29º64.81%57.65%-
HSV(B)85.29º64.52%85.1%-
XYZ40.2557.4315.98-
YUV183.467.95109.88-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 34.96%
GREEN value IS 217 (85.16% from 255) = 48.01%
BLUE value IS 77 (30.47% from 255) = 17.04%
R=34.96%
G=48.01%
B=17.04%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal158217770.2700.650.1585.2964.8157.65
Hex9ED94D1B041F55413a
Octal2363311153301011712510172
Binary100111101101100110011011101101000001111110101011000001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ED94D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,217,77); }

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

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

 a { background-color: rgb(158,217,77); }

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

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

 span { border-color: rgb(158,217,77); }

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