#96CC02

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

Shades of Citrus #96CC02

Tints of Citrus #96CC02

Color information

#96CC02 (or 0x96CC02) is unknown color: approx Citrus. HEX triplet: 96, CC and 02. RGB value is (150,204,2). Sum of RGB (Red+Green+Blue) = 150+204+2=356 (47% of max value = 765). Red value is 150 (58.98% from 255 or 42.13% from 356); Green value is 204 (80.08% from 255 or 57.30% from 356); Blue value is 2 (1.17% from 255 or 0.56% from 356); Max value from RGB is 204 - color contains mainly: green. Hex color #96CC02 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #96CC02 is #6933FD. Grayscale: #A5A5A5. Windows color (decimal): -6894590 or 183446. OLE color: 183446.

HSL color Cylindrical-coordinate representation of color #96CC02: hue angle of 76.04º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #96CC02 is Cyan = 0.26, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.2.

Color convert

RGB1502042-
CMYK0.2600.990.2
HSL76.04º98.06%40.39%-
HSV(B)76.04º99.02%80%-
XYZ34.1849.677.84-
YUV164.8336.11117.43-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 42.13%
GREEN value IS 204 (80.08% from 255) = 57.30%
BLUE value IS 2 (1.17% from 255) = 0.56%
R=42.13%
G=57.30%
B=0.56%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal15020420.2600.990.276.0498.0640.39
Hex96CC21A063144c6228
Octal22631423201432411414250
Binary10010110110011001011010011000111010010011001100010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96CC02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96CC02; }

 p { color: rgb(150,204,2); }

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

<style>
 a { background-color: #96CC02; }

 a { background-color: rgb(150,204,2); }

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

<style>
 span { border-color: #96CC02; }

 span { border-color: rgb(150,204,2); }

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