Html Css Color HEX #9EA135 Highball

📋 copy color: '#9EA135'

red 158 ◦ green 161 ◦ blue 53

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

Shades of Highball #9EA135

Tints of Highball #9EA135

RGB

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

 GREEN value IS 161 (63.28% from 255) = 43.28%

 BLUE value IS 53 (21.09% from 255) = 14.25%

R = 42.47%
G = 43.28%
B = 14.25%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.67

 K value IS 0.37

RGB Variations

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

Color information

#9EA135 (or 0x9EA135) is known color: Highball. HEX triplet: 9E, A1 and 35. RGB value is (158,161,53). Sum of RGB (Red+Green+Blue) = 158+161+53=372 (49% of max value = 765). Red value is 158 (62.11% from 255 or 42.47% from 372); Green value is 161 (63.28% from 255 or 43.28% from 372); Blue value is 53 (21.09% from 255 or 14.25% from 372); Max value from RGB is 161 - color contains mainly: green. Hex color #9EA135 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9EA135 is #615ECA. Grayscale: #949494. Windows color (decimal): -6381259 or 3514782. OLE color: 3514782.

HSL color Cylindrical-coordinate representation of color #9EA135: hue angle of 61.67º degrees, saturation: 0.5, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9EA135 is Cyan = 0.02, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.37.

Color convert

RGB 158 161 53 -
CMYK 0.02 0 0.67 0.37
HSL 61.67º 0.5% 0.42% -
HSV(B) 61.67º 0.67% 0.63% -
XYZ 27.49 33.02 8.29 -
YUV 147.79 74.51 135.28 -
System Red Green Blue C M Y K H S L
Decimal 158 161 53 0.02 0 0.67 0.37 61.67 0.5 0.42
Hex 9E A1 35 2 0 43 25 3E 32 2A
Octal 236 241 65 2 0 103 45 76 62 52
Binary 10011110 10100001 110101 10 0 1000011 100101 111110 110010 101010

Color Harmonies of #9EA135

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EA135

Black with #9EA135

Text Example


Text Example

White with #9EA135

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,161,53); }

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

background-color css

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

 a { background-color: rgb(158,161,53); }

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

border-color css

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

 span { border-color: rgb(158,161,53); }

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