#999F00

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

Shades of Citrus #999F00

Tints of Citrus #999F00

Color information

#999F00 (or 0x999F00) is unknown color: approx Citrus. HEX triplet: 99, 9F and 00. RGB value is (153,159,0). Sum of RGB (Red+Green+Blue) = 153+159+0=312 (41% of max value = 765). Red value is 153 (60.16% from 255 or 49.04% from 312); Green value is 159 (62.5% from 255 or 50.96% from 312); Blue value is 0 (0.39% from 255 or 0% from 312); Max value from RGB is 159 - color contains mainly: green. Hex color #999F00 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #999F00 is #6660FF. Grayscale: #8B8B8B. Windows color (decimal): -6709504 or 40857. OLE color: 40857.

HSL color Cylindrical-coordinate representation of color #999F00: hue angle of 62.26º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 1%. Process color model (Four color, CMYK) of #999F00 is Cyan = 0.04, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.38.

Color convert

RGB1531590-
CMYK0.04010.38
HSL62.26º100%31.18%-
HSV(B)62.26º100%62.35%-
XYZ25.5431.574.75-
YUV139.0849.51137.93-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 49.04%
GREEN value IS 159 (62.5% from 255) = 50.96%
BLUE value IS 0 (0.39% from 255) = 0%
R=49.04%
G=50.96%
B=0%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15315900.04010.3862.2610031.18
Hex999F04064263e641f
Octal231237040144467614437
Binary1001100110011111010001100100100110111110110010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #999F00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #999F00; }

 p { color: rgb(153,159,0); }

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

<style>
 a { background-color: #999F00; }

 a { background-color: rgb(153,159,0); }

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

<style>
 span { border-color: #999F00; }

 span { border-color: rgb(153,159,0); }

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