#9FAF18

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

Shades of Citrus #9FAF18

Tints of Citrus #9FAF18

Color information

#9FAF18 (or 0x9FAF18) is unknown color: approx Citrus. HEX triplet: 9F, AF and 18. RGB value is (159,175,24). Sum of RGB (Red+Green+Blue) = 159+175+24=358 (47% of max value = 765). Red value is 159 (62.5% from 255 or 44.41% from 358); Green value is 175 (68.75% from 255 or 48.88% from 358); Blue value is 24 (9.77% from 255 or 6.70% from 358); Max value from RGB is 175 - color contains mainly: green. Hex color #9FAF18 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9FAF18 is #6050E7. Grayscale: #999999. Windows color (decimal): -6312168 or 1617823. OLE color: 1617823.

HSL color Cylindrical-coordinate representation of color #9FAF18: hue angle of 66.36º degrees, saturation: 0.76, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #9FAF18 is Cyan = 0.09, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.31.

Color convert

RGB15917524-
CMYK0.0900.860.31
HSL66.36º75.88%39.02%-
HSV(B)66.36º86.29%68.63%-
XYZ29.7938.16.65-
YUV15355.2132.28-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 44.41%
GREEN value IS 175 (68.75% from 255) = 48.88%
BLUE value IS 24 (9.77% from 255) = 6.70%
R=44.41%
G=48.88%
B=6.70%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal159175240.0900.860.3166.3675.8839.02
Hex9FAF1890561F424c27
Octal237257301101263710211447
Binary1001111110101111110001001010101101111110000101001100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FAF18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,175,24); }

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

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

 a { background-color: rgb(159,175,24); }

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

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

 span { border-color: rgb(159,175,24); }

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