#99CC00

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

Shades of Citrus #99CC00

Tints of Citrus #99CC00

Color information

#99CC00 (or 0x99CC00) is unknown color: approx Citrus. HEX triplet: 99, CC and 00. RGB value is (153,204,0). Sum of RGB (Red+Green+Blue) = 153+204+0=357 (47% of max value = 765). Red value is 153 (60.16% from 255 or 42.86% from 357); Green value is 204 (80.08% from 255 or 57.14% from 357); Blue value is 0 (0.39% from 255 or 0% from 357); Max value from RGB is 204 - color contains mainly: green. Hex color #99CC00 is a web safe color. Inversed color of #99CC00 is #6633FF. Grayscale: #A6A6A6. Windows color (decimal): -6697984 or 52377. OLE color: 52377.

HSL color Cylindrical-coordinate representation of color #99CC00: hue angle of 75º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #99CC00 is Cyan = 0.25, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.2.

Color convert

RGB1532040-
CMYK0.25010.2
HSL75º100%40%-
HSV(B)75º100%80%-
XYZ34.7349.967.81-
YUV165.534.6119.09-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 42.86%
GREEN value IS 204 (80.08% from 255) = 57.14%
BLUE value IS 0 (0.39% from 255) = 0%
R=42.86%
G=57.14%
B=0%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal15320400.25010.27510040
Hex99CC019064144b6428
Octal23131403101442411314450
Binary1001100111001100011001011001001010010010111100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99CC00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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