#9FB80D

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

Shades of Citrus #9FB80D

Tints of Citrus #9FB80D

Color information

#9FB80D (or 0x9FB80D) is unknown color: approx Citrus. HEX triplet: 9F, B8 and 0D. RGB value is (159,184,13). Sum of RGB (Red+Green+Blue) = 159+184+13=356 (47% of max value = 765). Red value is 159 (62.5% from 255 or 44.66% from 356); Green value is 184 (72.27% from 255 or 51.69% from 356); Blue value is 13 (5.47% from 255 or 3.65% from 356); Max value from RGB is 184 - color contains mainly: green. Hex color #9FB80D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9FB80D is #6047F2. Grayscale: #9D9D9D. Windows color (decimal): -6309875 or 899231. OLE color: 899231.

HSL color Cylindrical-coordinate representation of color #9FB80D: hue angle of 68.77º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #9FB80D is Cyan = 0.14, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.28.

Color convert

RGB15918413-
CMYK0.1400.930.28
HSL68.77º86.8%38.63%-
HSV(B)68.77º92.93%72.16%-
XYZ31.5141.686.77-
YUV157.0346.72129.4-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 44.66%
GREEN value IS 184 (72.27% from 255) = 51.69%
BLUE value IS 13 (5.47% from 255) = 3.65%
R=44.66%
G=51.69%
B=3.65%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal159184130.1400.930.2868.7786.838.63
Hex9FB8DE05D1C455727
Octal237270151601353410512747
Binary100111111011100011011110010111011110010001011010111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FB80D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,184,13); }

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

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

 a { background-color: rgb(159,184,13); }

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

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

 span { border-color: rgb(159,184,13); }

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