#99AA00

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

Shades of Citrus #99AA00

Tints of Citrus #99AA00

Color information

#99AA00 (or 0x99AA00) is unknown color: approx Citrus. HEX triplet: 99, AA and 00. RGB value is (153,170,0). Sum of RGB (Red+Green+Blue) = 153+170+0=323 (42% of max value = 765). Red value is 153 (60.16% from 255 or 47.37% from 323); Green value is 170 (66.80% from 255 or 52.63% from 323); Blue value is 0 (0.39% from 255 or 0% from 323); Max value from RGB is 170 - color contains mainly: green. Hex color #99AA00 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #99AA00 is #6655FF. Grayscale: #929292. Windows color (decimal): -6706688 or 43673. OLE color: 43673.

HSL color Cylindrical-coordinate representation of color #99AA00: hue angle of 66º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #99AA00 is Cyan = 0.1, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.33.

Color convert

RGB1531700-
CMYK0.1010.33
HSL66º100%33.33%-
HSV(B)66º100%66.67%-
XYZ27.5135.525.41-
YUV145.5445.87133.32-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 47.37%
GREEN value IS 170 (66.80% from 255) = 52.63%
BLUE value IS 0 (0.39% from 255) = 0%
R=47.37%
G=52.63%
B=0%

CMYK

C (Cyan) values IS 0.1
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal15317000.1010.336610033.33
Hex99AA0A06421426421
Octal23125201201444110214441
Binary1001100110101010010100110010010000110000101100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99AA00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99AA00; }

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

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

<style>
 a { background-color: #99AA00; }

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

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

<style>
 span { border-color: #99AA00; }

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

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