Html Css Color HEX #9ECF42 Atlantis

📋 copy color: '#9ECF42'

red 158 ◦ green 207 ◦ blue 66

#9ECF42
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Atlantis #9ECF42

Tints of Atlantis #9ECF42

RGB

 RED value IS 158 (62.11% from 255) = 36.66%

 GREEN value IS 207 (81.25% from 255) = 48.03%

 BLUE value IS 66 (26.17% from 255) = 15.31%

R = 36.66%
G = 48.03%
B = 15.31%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.68

 K value IS 0.19

RGB Variations

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

Color information

#9ECF42 (or 0x9ECF42) is known color: Atlantis. HEX triplet: 9E, CF and 42. RGB value is (158,207,66). Sum of RGB (Red+Green+Blue) = 158+207+66=431 (57% of max value = 765). Red value is 158 (62.11% from 255 or 36.66% from 431); Green value is 207 (81.25% from 255 or 48.03% from 431); Blue value is 66 (26.17% from 255 or 15.31% from 431); Max value from RGB is 207 - color contains mainly: green. Hex color #9ECF42 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9ECF42 is #6130BD. Grayscale: #B0B0B0. Windows color (decimal): -6369470 or 4378526. OLE color: 4378526.

HSL color Cylindrical-coordinate representation of color #9ECF42: hue angle of 80.85º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9ECF42 is Cyan = 0.24, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.19.

Color convert

RGB 158 207 66 -
CMYK 0.24 0 0.68 0.19
HSL 80.85º 0.59% 0.54% -
HSV(B) 80.85º 0.68% 0.81% -
XYZ 37.4 52.29 13.28 -
YUV 176.28 65.77 114.96 -
System Red Green Blue C M Y K H S L
Decimal 158 207 66 0.24 0 0.68 0.19 80.85 0.59 0.54
Hex 9E CF 42 18 0 44 13 51 3B 36
Octal 236 317 102 30 0 104 23 121 73 66
Binary 10011110 11001111 1000010 11000 0 1000100 10011 1010001 111011 110110

Color Harmonies of #9ECF42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ECF42

Black with #9ECF42

Text Example


Text Example

White with #9ECF42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #9ECF42;
 }
 .AnyTagClassName
 {
   color: #9ECF42;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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