#00F20C

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

Shades of Free Speech Green #00F20C

Tints of Free Speech Green #00F20C

Color information

#00F20C (or 0x00F20C) is unknown color: approx Free Speech Green. HEX triplet: 00, F2 and 0C. RGB value is (0,242,12). Sum of RGB (Red+Green+Blue) = 0+242+12=254 (33% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 254); Green value is 242 (94.92% from 255 or 95.28% from 254); Blue value is 12 (5.08% from 255 or 4.72% from 254); Max value from RGB is 242 - color contains mainly: green. Hex color #00F20C is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #00F20C is #FF0DF3. Grayscale: #909090. Windows color (decimal): -16715252 or 848384. OLE color: 848384.

HSL color Cylindrical-coordinate representation of color #00F20C: hue angle of 122.98º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00F20C is Cyan = 1, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.05.

Color convert

RGB024212-
CMYK100.950.05
HSL122.98º100%47.45%-
HSV(B)122.98º100%94.9%-
XYZ31.8263.5310.93-
YUV143.4253.8325.7-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 242 (94.92% from 255) = 95.28%
BLUE value IS 12 (5.08% from 255) = 4.72%
R=0%
G=95.28%
B=4.72%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal024212100.950.05122.9810047.45
Hex0F2C6405F57b642f
Octal0362141440137517314457
Binary011110010110011001000101111110111110111100100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00F20C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #00F20C; }

 p { color: rgb(0,242,12); }

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

<style>
 a { background-color: #00F20C; }

 a { background-color: rgb(0,242,12); }

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

<style>
 span { border-color: #00F20C; }

 span { border-color: rgb(0,242,12); }

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