#9EDF42

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

Shades of Atlantis #9EDF42

Tints of Atlantis #9EDF42

Color information

#9EDF42 (or 0x9EDF42) is unknown color: approx Atlantis. HEX triplet: 9E, DF and 42. RGB value is (158,223,66). Sum of RGB (Red+Green+Blue) = 158+223+66=447 (59% of max value = 765). Red value is 158 (62.11% from 255 or 35.35% from 447); Green value is 223 (87.5% from 255 or 49.89% from 447); Blue value is 66 (26.17% from 255 or 14.77% from 447); Max value from RGB is 223 - color contains mainly: green. Hex color #9EDF42 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9EDF42 is #6120BD. Grayscale: #BABABA. Windows color (decimal): -6365374 or 4382622. OLE color: 4382622.

HSL color Cylindrical-coordinate representation of color #9EDF42: hue angle of 84.84º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9EDF42 is Cyan = 0.29, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.13.

Color convert

RGB15822366-
CMYK0.2900.700.13
HSL84.84º71.04%56.67%-
HSV(B)84.84º70.4%87.45%-
XYZ41.4760.4414.63-
YUV185.6760.47108.27-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 35.35%
GREEN value IS 223 (87.5% from 255) = 49.89%
BLUE value IS 66 (26.17% from 255) = 14.77%
R=35.35%
G=49.89%
B=14.77%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal158223660.2900.700.1384.8471.0456.67
Hex9EDF421D046D554739
Octal2363371023501061512510771
Binary100111101101111110000101110101000110110110101011000111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EDF42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,223,66); }

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

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

 a { background-color: rgb(158,223,66); }

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

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

 span { border-color: rgb(158,223,66); }

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