#09CA0A

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

Shades of Free Speech Green #09CA0A

Tints of Free Speech Green #09CA0A

Color information

#09CA0A (or 0x09CA0A) is unknown color: approx Free Speech Green. HEX triplet: 09, CA and 0A. RGB value is (9,202,10). Sum of RGB (Red+Green+Blue) = 9+202+10=221 (29% of max value = 765). Red value is 9 (3.91% from 255 or 4.07% from 221); Green value is 202 (79.30% from 255 or 91.40% from 221); Blue value is 10 (4.30% from 255 or 4.52% from 221); Max value from RGB is 202 - color contains mainly: green. Hex color #09CA0A is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #09CA0A is #F635F5. Grayscale: #7A7A7A. Windows color (decimal): -16135670 or 707081. OLE color: 707081.

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

Color convert

RGB920210-
CMYK0.9600.950.21
HSL120.31º91.47%41.37%-
HSV(B)120.31º95.54%79.22%-
XYZ21.2942.327.33-
YUV122.464.5647.11-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.07%
GREEN value IS 202 (79.30% from 255) = 91.40%
BLUE value IS 10 (4.30% from 255) = 4.52%
R=4.07%
G=91.40%
B=4.52%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal9202100.9600.950.21120.3191.4741.37
Hex9CAA6005F15785b29
Octal113121214001372517013351
Binary10011100101010101100000010111111010111110001011011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09CA0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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