#9FAB0E

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

Shades of Citrus #9FAB0E

Tints of Citrus #9FAB0E

Color information

#9FAB0E (or 0x9FAB0E) is unknown color: approx Citrus. HEX triplet: 9F, AB and 0E. RGB value is (159,171,14). Sum of RGB (Red+Green+Blue) = 159+171+14=344 (45% of max value = 765). Red value is 159 (62.5% from 255 or 46.22% from 344); Green value is 171 (67.19% from 255 or 49.71% from 344); Blue value is 14 (5.86% from 255 or 4.07% from 344); Max value from RGB is 171 - color contains mainly: green. Hex color #9FAB0E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9FAB0E is #6054F1. Grayscale: #969696. Windows color (decimal): -6313202 or 961439. OLE color: 961439.

HSL color Cylindrical-coordinate representation of color #9FAB0E: hue angle of 64.59º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9FAB0E is Cyan = 0.07, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.33.

Color convert

RGB15917114-
CMYK0.0700.920.33
HSL64.59º84.86%36.27%-
HSV(B)64.59º91.81%67.06%-
XYZ28.9436.535.94-
YUV149.5151.52134.77-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 46.22%
GREEN value IS 171 (67.19% from 255) = 49.71%
BLUE value IS 14 (5.86% from 255) = 4.07%
R=46.22%
G=49.71%
B=4.07%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal159171140.0700.920.3364.5984.8636.27
Hex9FABE705C21415524
Octal23725316701344110112544
Binary100111111010101111101110101110010000110000011010101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FAB0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,171,14); }

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

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

 a { background-color: rgb(159,171,14); }

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

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

 span { border-color: rgb(159,171,14); }

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