#9FBA15

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

Shades of Citrus #9FBA15

Tints of Citrus #9FBA15

Color information

#9FBA15 (or 0x9FBA15) is unknown color: approx Citrus. HEX triplet: 9F, BA and 15. RGB value is (159,186,21). Sum of RGB (Red+Green+Blue) = 159+186+21=366 (48% of max value = 765). Red value is 159 (62.5% from 255 or 43.44% from 366); Green value is 186 (73.05% from 255 or 50.82% from 366); Blue value is 21 (8.59% from 255 or 5.74% from 366); Max value from RGB is 186 - color contains mainly: green. Hex color #9FBA15 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9FBA15 is #6045EA. Grayscale: #9F9F9F. Windows color (decimal): -6309355 or 1424031. OLE color: 1424031.

HSL color Cylindrical-coordinate representation of color #9FBA15: hue angle of 69.82º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9FBA15 is Cyan = 0.15, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.27.

Color convert

RGB15918621-
CMYK0.1500.890.27
HSL69.82º79.71%40.59%-
HSV(B)69.82º88.71%72.94%-
XYZ31.9942.547.23-
YUV159.1250.05127.92-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 43.44%
GREEN value IS 186 (73.05% from 255) = 50.82%
BLUE value IS 21 (8.59% from 255) = 5.74%
R=43.44%
G=50.82%
B=5.74%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal159186210.1500.890.2769.8279.7140.59
Hex9FBA15F0591B465029
Octal237272251701313310612051
Binary1001111110111010101011111010110011101110001101010000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FBA15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,186,21); }

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

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

 a { background-color: rgb(159,186,21); }

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

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

 span { border-color: rgb(159,186,21); }

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