#9EAC0F

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

Shades of Citrus #9EAC0F

Tints of Citrus #9EAC0F

Color information

#9EAC0F (or 0x9EAC0F) is unknown color: approx Citrus. HEX triplet: 9E, AC and 0F. RGB value is (158,172,15). Sum of RGB (Red+Green+Blue) = 158+172+15=345 (45% of max value = 765). Red value is 158 (62.11% from 255 or 45.80% from 345); Green value is 172 (67.58% from 255 or 49.86% from 345); Blue value is 15 (6.25% from 255 or 4.35% from 345); Max value from RGB is 172 - color contains mainly: green. Hex color #9EAC0F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9EAC0F is #6153F0. Grayscale: #969696. Windows color (decimal): -6378481 or 1027230. OLE color: 1027230.

HSL color Cylindrical-coordinate representation of color #9EAC0F: hue angle of 65.35º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9EAC0F is Cyan = 0.08, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.33.

Color convert

RGB15817215-
CMYK0.0800.910.33
HSL65.35º83.96%36.67%-
HSV(B)65.35º91.28%67.45%-
XYZ28.9436.816.03-
YUV149.9251.86133.77-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 45.80%
GREEN value IS 172 (67.58% from 255) = 49.86%
BLUE value IS 15 (6.25% from 255) = 4.35%
R=45.80%
G=49.86%
B=4.35%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal158172150.0800.910.3365.3583.9636.67
Hex9EACF805B21415425
Octal236254171001334110112445
Binary1001111010101100111110000101101110000110000011010100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EAC0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,172,15); }

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

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

 a { background-color: rgb(158,172,15); }

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

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

 span { border-color: rgb(158,172,15); }

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