#09CA0C

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

Shades of Free Speech Green #09CA0C

Tints of Free Speech Green #09CA0C

Color information

#09CA0C (or 0x09CA0C) is unknown color: approx Free Speech Green. HEX triplet: 09, CA and 0C. RGB value is (9,202,12). Sum of RGB (Red+Green+Blue) = 9+202+12=223 (29% of max value = 765). Red value is 9 (3.91% from 255 or 4.04% from 223); Green value is 202 (79.30% from 255 or 90.58% from 223); Blue value is 12 (5.08% from 255 or 5.38% from 223); Max value from RGB is 202 - color contains mainly: green. Hex color #09CA0C is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #09CA0C is #F635F3. Grayscale: #7B7B7B. Windows color (decimal): -16135668 or 838153. OLE color: 838153.

HSL color Cylindrical-coordinate representation of color #09CA0C: hue angle of 120.93º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09CA0C is Cyan = 0.96, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.21.

Color convert

RGB920212-
CMYK0.9600.940.21
HSL120.93º91.47%41.37%-
HSV(B)120.93º95.54%79.22%-
XYZ21.342.337.39-
YUV122.6365.5646.95-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.04%
GREEN value IS 202 (79.30% from 255) = 90.58%
BLUE value IS 12 (5.08% from 255) = 5.38%
R=4.04%
G=90.58%
B=5.38%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal9202120.9600.940.21120.9391.4741.37
Hex9CAC6005E15795b29
Octal113121414001362517113351
Binary10011100101011001100000010111101010111110011011011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09CA0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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