#9EA135

Color #9EA135 Highball (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Highball #9EA135

Tints of Highball #9EA135

Color information

#9EA135 (or 0x9EA135) is unknown color: approx 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

RGB15816153-
CMYK0.0200.670.37
HSL61.67º50.47%41.96%-
HSV(B)61.67º67.08%63.14%-
XYZ27.4933.028.29-
YUV147.7974.51135.28-

RGB Variations

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

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 (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal158161530.0200.670.3761.6750.4741.96
Hex9EA1352043253e322a
Octal236241652010345766252
Binary10011110101000011101011001000011100101111110110010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EA135

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>