#9EA240

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

Shades of Highball #9EA240

Tints of Highball #9EA240

Color information

#9EA240 (or 0x9EA240) is unknown color: approx Highball. HEX triplet: 9E, A2 and 40. RGB value is (158,162,64). Sum of RGB (Red+Green+Blue) = 158+162+64=384 (50% of max value = 765). Red value is 158 (62.11% from 255 or 41.15% from 384); Green value is 162 (63.67% from 255 or 42.19% from 384); Blue value is 64 (25.39% from 255 or 16.67% from 384); Max value from RGB is 162 - color contains mainly: green. Hex color #9EA240 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9EA240 is #615DBF. Grayscale: #969696. Windows color (decimal): -6380992 or 4235934. OLE color: 4235934.

HSL color Cylindrical-coordinate representation of color #9EA240: hue angle of 62.45º degrees, saturation: 0.43, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9EA240 is Cyan = 0.02, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.36.

Color convert

RGB15816264-
CMYK0.0200.600.36
HSL62.45º43.36%44.31%-
HSV(B)62.45º60.49%63.53%-
XYZ27.9533.489.84-
YUV149.6379.67133.97-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 41.15%
GREEN value IS 162 (63.67% from 255) = 42.19%
BLUE value IS 64 (25.39% from 255) = 16.67%
R=41.15%
G=42.19%
B=16.67%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal158162640.0200.600.3662.4543.3644.31
Hex9EA240203C243e2b2c
Octal236242100207444765354
Binary10011110101000101000000100111100100100111110101011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EA240

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #9EA240;
 }
 .AnyTagClassName
 {
   color: #9EA240;
 }
</style>
background-color css

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

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

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

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

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

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