#9FB70A

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

Shades of Citrus #9FB70A

Tints of Citrus #9FB70A

Color information

#9FB70A (or 0x9FB70A) is unknown color: approx Citrus. HEX triplet: 9F, B7 and 0A. RGB value is (159,183,10). Sum of RGB (Red+Green+Blue) = 159+183+10=352 (46% of max value = 765). Red value is 159 (62.5% from 255 or 45.17% from 352); Green value is 183 (71.88% from 255 or 51.99% from 352); Blue value is 10 (4.30% from 255 or 2.84% from 352); Max value from RGB is 183 - color contains mainly: green. Hex color #9FB70A is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9FB70A is #6048F5. Grayscale: #9C9C9C. Windows color (decimal): -6310134 or 702367. OLE color: 702367.

HSL color Cylindrical-coordinate representation of color #9FB70A: hue angle of 68.32º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #9FB70A is Cyan = 0.13, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.28.

Color convert

RGB15918310-
CMYK0.1300.950.28
HSL68.32º89.64%37.84%-
HSV(B)68.32º94.54%71.76%-
XYZ31.2941.266.6-
YUV156.145.55130.07-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 45.17%
GREEN value IS 183 (71.88% from 255) = 51.99%
BLUE value IS 10 (4.30% from 255) = 2.84%
R=45.17%
G=51.99%
B=2.84%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal159183100.1300.950.2868.3289.6437.84
Hex9FB7AD05F1C445a26
Octal237267121501373410413246
Binary100111111011011110101101010111111110010001001011010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FB70A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,183,10); }

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

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

 a { background-color: rgb(159,183,10); }

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

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

 span { border-color: rgb(159,183,10); }

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