#9FB009

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

Shades of Citrus #9FB009

Tints of Citrus #9FB009

Color information

#9FB009 (or 0x9FB009) is unknown color: approx Citrus. HEX triplet: 9F, B0 and 09. RGB value is (159,176,9). Sum of RGB (Red+Green+Blue) = 159+176+9=344 (45% of max value = 765). Red value is 159 (62.5% from 255 or 46.22% from 344); Green value is 176 (69.14% from 255 or 51.16% from 344); Blue value is 9 (3.91% from 255 or 2.62% from 344); Max value from RGB is 176 - color contains mainly: green. Hex color #9FB009 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9FB009 is #604FF6. Grayscale: #989898. Windows color (decimal): -6311927 or 635039. OLE color: 635039.

HSL color Cylindrical-coordinate representation of color #9FB009: hue angle of 66.11º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #9FB009 is Cyan = 0.10, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.31.

Color convert

RGB1591769-
CMYK0.1000.950.31
HSL66.11º90.27%36.27%-
HSV(B)66.11º94.89%69.02%-
XYZ29.8738.446.1-
YUV151.8847.37133.08-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 46.22%
GREEN value IS 176 (69.14% from 255) = 51.16%
BLUE value IS 9 (3.91% from 255) = 2.62%
R=46.22%
G=51.16%
B=2.62%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal15917690.1000.950.3166.1190.2736.27
Hex9FB09A05F1F425a24
Octal237260111201373710213244
Binary100111111011000010011010010111111111110000101011010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FB009

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,176,9); }

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

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

 a { background-color: rgb(159,176,9); }

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

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

 span { border-color: rgb(159,176,9); }

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