#9FB402

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

Shades of Citrus #9FB402

Tints of Citrus #9FB402

Color information

#9FB402 (or 0x9FB402) is unknown color: approx Citrus. HEX triplet: 9F, B4 and 02. RGB value is (159,180,2). Sum of RGB (Red+Green+Blue) = 159+180+2=341 (45% of max value = 765). Red value is 159 (62.5% from 255 or 46.63% from 341); Green value is 180 (70.70% from 255 or 52.79% from 341); Blue value is 2 (1.17% from 255 or 0.59% from 341); Max value from RGB is 180 - color contains mainly: green. Hex color #9FB402 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9FB402 is #604BFD. Grayscale: #9A9A9A. Windows color (decimal): -6310910 or 177311. OLE color: 177311.

HSL color Cylindrical-coordinate representation of color #9FB402: hue angle of 67.08º degrees, saturation: 0.98, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9FB402 is Cyan = 0.12, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.29.

Color convert

RGB1591802-
CMYK0.1200.990.29
HSL67.08º97.8%35.69%-
HSV(B)67.08º98.89%70.59%-
XYZ30.6340.026.17-
YUV153.4342.54131.97-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 46.63%
GREEN value IS 180 (70.70% from 255) = 52.79%
BLUE value IS 2 (1.17% from 255) = 0.59%
R=46.63%
G=52.79%
B=0.59%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal15918020.1200.990.2967.0897.835.69
Hex9FB42C0631D436224
Octal23726421401433510314244
Binary1001111110110100101100011000111110110000111100010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FB402

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,180,2); }

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

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

 a { background-color: rgb(159,180,2); }

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

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

 span { border-color: rgb(159,180,2); }

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