#9FAC1A

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

Shades of Citrus #9FAC1A

Tints of Citrus #9FAC1A

Color information

#9FAC1A (or 0x9FAC1A) is unknown color: approx Citrus. HEX triplet: 9F, AC and 1A. RGB value is (159,172,26). Sum of RGB (Red+Green+Blue) = 159+172+26=357 (47% of max value = 765). Red value is 159 (62.5% from 255 or 44.54% from 357); Green value is 172 (67.58% from 255 or 48.18% from 357); Blue value is 26 (10.55% from 255 or 7.28% from 357); Max value from RGB is 172 - color contains mainly: green. Hex color #9FAC1A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9FAC1A is #6053E5. Grayscale: #989898. Windows color (decimal): -6312934 or 1748127. OLE color: 1748127.

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

Color convert

RGB15917226-
CMYK0.0800.850.33
HSL65.34º73.74%38.82%-
HSV(B)65.34º84.88%67.45%-
XYZ29.2436.956.57-
YUV151.4757.19133.37-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 44.54%
GREEN value IS 172 (67.58% from 255) = 48.18%
BLUE value IS 26 (10.55% from 255) = 7.28%
R=44.54%
G=48.18%
B=7.28%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal159172260.0800.850.3365.3473.7438.82
Hex9FAC1A805521414a27
Octal237254321001254110111247
Binary10011111101011001101010000101010110000110000011001010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FAC1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,172,26); }

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

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

 a { background-color: rgb(159,172,26); }

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

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

 span { border-color: rgb(159,172,26); }

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