#09CC02

Color #09CC02 Free Speech Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Free Speech Green #09CC02

Tints of Free Speech Green #09CC02

Color information

#09CC02 (or 0x09CC02) is unknown color: approx Free Speech Green. HEX triplet: 09, CC and 02. RGB value is (9,204,2). Sum of RGB (Red+Green+Blue) = 9+204+2=215 (28% of max value = 765). Red value is 9 (3.91% from 255 or 4.19% from 215); Green value is 204 (80.08% from 255 or 94.88% from 215); Blue value is 2 (1.17% from 255 or 0.93% from 215); Max value from RGB is 204 - color contains mainly: green. Hex color #09CC02 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #09CC02 is #F633FD. Grayscale: #7B7B7B. Windows color (decimal): -16135166 or 183305. OLE color: 183305.

HSL color Cylindrical-coordinate representation of color #09CC02: hue angle of 117.92º 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 #09CC02 is Cyan = 0.96, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.2.

Color convert

RGB92042-
CMYK0.9600.990.2
HSL117.92º98.06%40.39%-
HSV(B)117.92º99.02%80%-
XYZ21.7243.257.26-
YUV122.6759.946.93-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.19%
GREEN value IS 204 (80.08% from 255) = 94.88%
BLUE value IS 2 (1.17% from 255) = 0.93%
R=4.19%
G=94.88%
B=0.93%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal920420.9600.990.2117.9298.0640.39
Hex9CC26006314766228
Octal11314214001432416614250
Binary100111001100101100000011000111010011101101100010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09CC02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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