#02CA09

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

Shades of Free Speech Green #02CA09

Tints of Free Speech Green #02CA09

Color information

#02CA09 (or 0x02CA09) is unknown color: approx Free Speech Green. HEX triplet: 02, CA and 09. RGB value is (2,202,9). Sum of RGB (Red+Green+Blue) = 2+202+9=213 (28% of max value = 765). Red value is 2 (1.17% from 255 or 0.94% from 213); Green value is 202 (79.30% from 255 or 94.84% from 213); Blue value is 9 (3.91% from 255 or 4.23% from 213); Max value from RGB is 202 - color contains mainly: green. Hex color #02CA09 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #02CA09 is #FD35F6. Grayscale: #787878. Windows color (decimal): -16594423 or 641538. OLE color: 641538.

HSL color Cylindrical-coordinate representation of color #02CA09: hue angle of 122.1º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02CA09 is Cyan = 0.99, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.21.

Color convert

RGB22029-
CMYK0.9900.960.21
HSL122.1º98.04%40%-
HSV(B)122.1º99.01%79.22%-
XYZ21.1942.277.3-
YUV120.265.2443.69-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.94%
GREEN value IS 202 (79.30% from 255) = 94.84%
BLUE value IS 9 (3.91% from 255) = 4.23%
R=0.94%
G=94.84%
B=4.23%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal220290.9900.960.21122.198.0440
Hex2CA963060157a6228
Octal23121114301402517214250
Binary101100101010011100011011000001010111110101100010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02CA09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #02CA09; }

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

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

<style>
 a { background-color: #02CA09; }

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

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

<style>
 span { border-color: #02CA09; }

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

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