Html Css Color HEX #9EC442 Atlantis

📋 copy color: '#9EC442'

red 158 ◦ green 196 ◦ blue 66

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

Shades of Atlantis #9EC442

Tints of Atlantis #9EC442

RGB

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

 GREEN value IS 196 (76.95% from 255) = 46.67%

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

R = 37.62%
G = 46.67%
B = 15.71%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.66

 K value IS 0.23

RGB Variations

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

Color information

#9EC442 (or 0x9EC442) is known color: Atlantis. HEX triplet: 9E, C4 and 42. RGB value is (158,196,66). Sum of RGB (Red+Green+Blue) = 158+196+66=420 (55% of max value = 765). Red value is 158 (62.11% from 255 or 37.62% from 420); Green value is 196 (76.95% from 255 or 46.67% from 420); Blue value is 66 (26.17% from 255 or 15.71% from 420); Max value from RGB is 196 - color contains mainly: green. Hex color #9EC442 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9EC442 is #613BBD. Grayscale: #AAAAAA. Windows color (decimal): -6372286 or 4375710. OLE color: 4375710.

HSL color Cylindrical-coordinate representation of color #9EC442: hue angle of 77.54º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9EC442 is Cyan = 0.19, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.23.

Color convert

RGB 158 196 66 -
CMYK 0.19 0 0.66 0.23
HSL 77.54º 0.52% 0.51% -
HSV(B) 77.54º 0.66% 0.77% -
XYZ 34.82 47.14 12.42 -
YUV 169.82 69.41 119.57 -
System Red Green Blue C M Y K H S L
Decimal 158 196 66 0.19 0 0.66 0.23 77.54 0.52 0.51
Hex 9E C4 42 13 0 42 17 4E 34 33
Octal 236 304 102 23 0 102 27 116 64 63
Binary 10011110 11000100 1000010 10011 0 1000010 10111 1001110 110100 110011

Color Harmonies of #9EC442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EC442

Black with #9EC442

Text Example


Text Example

White with #9EC442

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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