#0CF52A

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

Shades of Free Speech Green #0CF52A

Tints of Free Speech Green #0CF52A

Color information

#0CF52A (or 0x0CF52A) is unknown color: approx Free Speech Green. HEX triplet: 0C, F5 and 2A. RGB value is (12,245,42). Sum of RGB (Red+Green+Blue) = 12+245+42=299 (39% of max value = 765). Red value is 12 (5.08% from 255 or 4.01% from 299); Green value is 245 (96.09% from 255 or 81.94% from 299); Blue value is 42 (16.80% from 255 or 14.05% from 299); Max value from RGB is 245 - color contains mainly: green. Hex color #0CF52A is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #0CF52A is #F30AD5. Grayscale: #989898. Windows color (decimal): -15928022 or 2815244. OLE color: 2815244.

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

Color convert

RGB1224542-
CMYK0.9500.830.04
HSL127.73º92.09%50.39%-
HSV(B)127.73º95.1%96.08%-
XYZ33.2265.5513.09-
YUV152.1965.8128.01-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 4.01%
GREEN value IS 245 (96.09% from 255) = 81.94%
BLUE value IS 42 (16.80% from 255) = 14.05%
R=4.01%
G=81.94%
B=14.05%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal12245420.9500.830.04127.7392.0950.39
HexCF52A5F0534805c32
Octal14365521370123420013462
Binary110011110101101010101111101010011100100000001011100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0CF52A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,245,42); }

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

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

 a { background-color: rgb(12,245,42); }

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

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

 span { border-color: rgb(12,245,42); }

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