Html Css Color HEX #9EA242 Highball

📋 copy color: '#9EA242'

red 158 ◦ green 162 ◦ blue 66

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

Shades of Highball #9EA242

Tints of Highball #9EA242

RGB

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

 GREEN value IS 162 (63.67% from 255) = 41.97%

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

R = 40.93%
G = 41.97%
B = 17.1%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.59

 K value IS 0.36

RGB Variations

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

Color information

#9EA242 (or 0x9EA242) is known color: Highball. HEX triplet: 9E, A2 and 42. RGB value is (158,162,66). Sum of RGB (Red+Green+Blue) = 158+162+66=386 (51% of max value = 765). Red value is 158 (62.11% from 255 or 40.93% from 386); Green value is 162 (63.67% from 255 or 41.97% from 386); Blue value is 66 (26.17% from 255 or 17.10% from 386); Max value from RGB is 162 - color contains mainly: green. Hex color #9EA242 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9EA242 is #615DBD. Grayscale: #969696. Windows color (decimal): -6380990 or 4367006. OLE color: 4367006.

HSL color Cylindrical-coordinate representation of color #9EA242: hue angle of 62.5º degrees, saturation: 0.42, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9EA242 is Cyan = 0.02, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.36.

Color convert

RGB 158 162 66 -
CMYK 0.02 0 0.59 0.36
HSL 62.5º 0.42% 0.45% -
HSV(B) 62.5º 0.59% 0.64% -
XYZ 28 33.5 10.15 -
YUV 149.86 80.67 133.81 -
System Red Green Blue C M Y K H S L
Decimal 158 162 66 0.02 0 0.59 0.36 62.5 0.42 0.45
Hex 9E A2 42 2 0 3B 24 3F 2A 2D
Octal 236 242 102 2 0 73 44 77 52 55
Binary 10011110 10100010 1000010 10 0 111011 100100 111111 101010 101101

Color Harmonies of #9EA242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EA242

Black with #9EA242

Text Example


Text Example

White with #9EA242

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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