#9fbf0c

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

Shades of Citrus #9FBF0C

Tints of Citrus #9FBF0C

Color information

#9FBF0C (or 0x9FBF0C) is unknown color: approx Citrus. HEX triplet: 9F, BF and 0C. RGB value is (159,191,12). Sum of RGB (Red+Green+Blue) = 159+191+12=362 (47% of max value = 765). Red value is 159 (62.5% from 255 or 43.92% from 362); Green value is 191 (75% from 255 or 52.76% from 362); Blue value is 12 (5.08% from 255 or 3.31% from 362); Max value from RGB is 191 - color contains mainly: green. Hex color #9FBF0C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9FBF0C is #6040F3. Grayscale: #A1A1A1. Windows color (decimal): -6308084 or 835487. OLE color: 835487.

HSL color Cylindrical-coordinate representation of color #9FBF0C: hue angle of 70.73º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9FBF0C is Cyan = 0.17, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.25.

Color convert

RGB15919112-
CMYK0.1700.940.25
HSL70.73º88.18%39.8%-
HSV(B)70.73º93.72%74.9%-
XYZ3344.667.23-
YUV161.0343.9126.55-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 43.92%
GREEN value IS 191 (75% from 255) = 52.76%
BLUE value IS 12 (5.08% from 255) = 3.31%
R=43.92%
G=52.76%
B=3.31%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal159191120.1700.940.2570.7388.1839.8
Hex9FBFC1105E19475828
Octal237277142101363110713050
Binary1001111110111111110010001010111101100110001111011000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9fbf0c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,191,12); }

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

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

 a { background-color: rgb(159,191,12); }

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

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

 span { border-color: rgb(159,191,12); }

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