#0cf20a

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

Shades of Free Speech Green #0CF20A

Tints of Free Speech Green #0CF20A

Color information

#0CF20A (or 0x0CF20A) is unknown color: approx Free Speech Green. HEX triplet: 0C, F2 and 0A. RGB value is (12,242,10). Sum of RGB (Red+Green+Blue) = 12+242+10=264 (34% of max value = 765). Red value is 12 (5.08% from 255 or 4.55% from 264); Green value is 242 (94.92% from 255 or 91.67% from 264); Blue value is 10 (4.30% from 255 or 3.79% from 264); Max value from RGB is 242 - color contains mainly: green. Hex color #0CF20A is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #0CF20A is #F30DF5. Grayscale: #939393. Windows color (decimal): -15928822 or 717324. OLE color: 717324.

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

Color convert

RGB1224210-
CMYK0.9500.960.05
HSL119.48º92.06%49.41%-
HSV(B)119.48º95.87%94.9%-
XYZ31.9663.610.88-
YUV146.7850.831.86-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 4.55%
GREEN value IS 242 (94.92% from 255) = 91.67%
BLUE value IS 10 (4.30% from 255) = 3.79%
R=4.55%
G=91.67%
B=3.79%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal12242100.9500.960.05119.4892.0649.41
HexCF2A5F0605775c31
Octal14362121370140516713461
Binary110011110010101010111110110000010111101111011100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0cf20a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0cf20a; }

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

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

<style>
 a { background-color: #0cf20a; }

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

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

<style>
 span { border-color: #0cf20a; }

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

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