#9FB20A

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

Shades of Citrus #9FB20A

Tints of Citrus #9FB20A

Color information

#9FB20A (or 0x9FB20A) is unknown color: approx Citrus. HEX triplet: 9F, B2 and 0A. RGB value is (159,178,10). Sum of RGB (Red+Green+Blue) = 159+178+10=347 (45% of max value = 765). Red value is 159 (62.5% from 255 or 45.82% from 347); Green value is 178 (69.92% from 255 or 51.30% from 347); Blue value is 10 (4.30% from 255 or 2.88% from 347); Max value from RGB is 178 - color contains mainly: green. Hex color #9FB20A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9FB20A is #604DF5. Grayscale: #999999. Windows color (decimal): -6311414 or 701087. OLE color: 701087.

HSL color Cylindrical-coordinate representation of color #9FB20A: hue angle of 66.79º degrees, saturation: 0.89, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9FB20A is Cyan = 0.11, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.30.

Color convert

RGB15917810-
CMYK0.1100.940.30
HSL66.79º89.36%36.86%-
HSV(B)66.79º94.38%69.8%-
XYZ30.2739.236.26-
YUV153.1747.21132.16-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 45.82%
GREEN value IS 178 (69.92% from 255) = 51.30%
BLUE value IS 10 (4.30% from 255) = 2.88%
R=45.82%
G=51.30%
B=2.88%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal159178100.1100.940.3066.7989.3636.86
Hex9FB2AB05E1E435925
Octal237262121301363610313145
Binary100111111011001010101011010111101111010000111011001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FB20A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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