#9FB403

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

Shades of Citrus #9FB403

Tints of Citrus #9FB403

Color information

#9FB403 (or 0x9FB403) is unknown color: approx Citrus. HEX triplet: 9F, B4 and 03. RGB value is (159,180,3). Sum of RGB (Red+Green+Blue) = 159+180+3=342 (45% of max value = 765). Red value is 159 (62.5% from 255 or 46.49% from 342); Green value is 180 (70.70% from 255 or 52.63% from 342); Blue value is 3 (1.56% from 255 or 0.88% from 342); Max value from RGB is 180 - color contains mainly: green. Hex color #9FB403 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9FB403 is #604BFC. Grayscale: #9A9A9A. Windows color (decimal): -6310909 or 242847. OLE color: 242847.

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

Color convert

RGB1591803-
CMYK0.1200.980.29
HSL67.12º96.72%35.88%-
HSV(B)67.12º98.33%70.59%-
XYZ30.6440.026.2-
YUV153.5443.04131.89-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 46.49%
GREEN value IS 180 (70.70% from 255) = 52.63%
BLUE value IS 3 (1.56% from 255) = 0.88%
R=46.49%
G=52.63%
B=0.88%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal15918030.1200.980.2967.1296.7235.88
Hex9FB43C0621D436124
Octal23726431401423510314144
Binary1001111110110100111100011000101110110000111100001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FB403

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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