#9EA13B

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

Shades of Highball #9EA13B

Tints of Highball #9EA13B

Color information

#9EA13B (or 0x9EA13B) is unknown color: approx Highball. HEX triplet: 9E, A1 and 3B. RGB value is (158,161,59). Sum of RGB (Red+Green+Blue) = 158+161+59=378 (50% of max value = 765). Red value is 158 (62.11% from 255 or 41.80% from 378); Green value is 161 (63.28% from 255 or 42.59% from 378); Blue value is 59 (23.44% from 255 or 15.61% from 378); Max value from RGB is 161 - color contains mainly: green. Hex color #9EA13B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9EA13B is #615EC4. Grayscale: #949494. Windows color (decimal): -6381253 or 3907998. OLE color: 3907998.

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

Color convert

RGB15816159-
CMYK0.0200.630.37
HSL61.76º46.36%43.14%-
HSV(B)61.76º63.35%63.14%-
XYZ27.6333.079.07-
YUV148.4877.51134.79-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 41.80%
GREEN value IS 161 (63.28% from 255) = 42.59%
BLUE value IS 59 (23.44% from 255) = 15.61%
R=41.80%
G=42.59%
B=15.61%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal158161590.0200.630.3761.7646.3643.14
Hex9EA13B203F253e2e2b
Octal23624173207745765653
Binary1001111010100001111011100111111100101111110101110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EA13B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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