Html Css Color HEX #9EC042 Atlantis

📋 copy color: '#9EC042'

red 158 ◦ green 192 ◦ blue 66

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

Shades of Atlantis #9EC042

Tints of Atlantis #9EC042

RGB

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

 GREEN value IS 192 (75.39% from 255) = 46.15%

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

R = 37.98%
G = 46.15%
B = 15.87%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.66

 K value IS 0.25

RGB Variations

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

Color information

#9EC042 (or 0x9EC042) is known color: Atlantis. HEX triplet: 9E, C0 and 42. RGB value is (158,192,66). Sum of RGB (Red+Green+Blue) = 158+192+66=416 (55% of max value = 765). Red value is 158 (62.11% from 255 or 37.98% from 416); Green value is 192 (75.39% from 255 or 46.15% from 416); Blue value is 66 (26.17% from 255 or 15.87% from 416); Max value from RGB is 192 - color contains mainly: green. Hex color #9EC042 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9EC042 is #613FBD. Grayscale: #A7A7A7. Windows color (decimal): -6373310 or 4374686. OLE color: 4374686.

HSL color Cylindrical-coordinate representation of color #9EC042: hue angle of 76.19º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9EC042 is Cyan = 0.18, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.25.

Color convert

RGB 158 192 66 -
CMYK 0.18 0 0.66 0.25
HSL 76.19º 0.5% 0.51% -
HSV(B) 76.19º 0.66% 0.75% -
XYZ 33.93 45.36 12.12 -
YUV 167.47 70.74 121.25 -
System Red Green Blue C M Y K H S L
Decimal 158 192 66 0.18 0 0.66 0.25 76.19 0.5 0.51
Hex 9E C0 42 12 0 42 19 4C 32 33
Octal 236 300 102 22 0 102 31 114 62 63
Binary 10011110 11000000 1000010 10010 0 1000010 11001 1001100 110010 110011

Color Harmonies of #9EC042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EC042

Black with #9EC042

Text Example


Text Example

White with #9EC042

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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