#0CD812

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

Shades of Free Speech Green #0CD812

Tints of Free Speech Green #0CD812

Color information

#0CD812 (or 0x0CD812) is unknown color: approx Free Speech Green. HEX triplet: 0C, D8 and 12. RGB value is (12,216,18). Sum of RGB (Red+Green+Blue) = 12+216+18=246 (32% of max value = 765). Red value is 12 (5.08% from 255 or 4.88% from 246); Green value is 216 (84.77% from 255 or 87.80% from 246); Blue value is 18 (7.42% from 255 or 7.32% from 246); Max value from RGB is 216 - color contains mainly: green. Hex color #0CD812 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0CD812 is #F327ED. Grayscale: #858585. Windows color (decimal): -15935470 or 1234956. OLE color: 1234956.

HSL color Cylindrical-coordinate representation of color #0CD812: hue angle of 121.76º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CD812 is Cyan = 0.94, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.15.

Color convert

RGB1221618-
CMYK0.9400.920.15
HSL121.76º89.47%44.71%-
HSV(B)121.76º94.44%84.71%-
XYZ24.8249.238.77-
YUV132.4363.4142.1-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 4.88%
GREEN value IS 216 (84.77% from 255) = 87.80%
BLUE value IS 18 (7.42% from 255) = 7.32%
R=4.88%
G=87.80%
B=7.32%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal12216180.9400.920.15121.7689.4744.71
HexCD8125E05CF7a592d
Octal143302213601341717213155
Binary11001101100010010101111001011100111111110101011001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0CD812

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,216,18); }

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

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

 a { background-color: rgb(12,216,18); }

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

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

 span { border-color: rgb(12,216,18); }

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