#0CD00F

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

Shades of Free Speech Green #0CD00F

Tints of Free Speech Green #0CD00F

Color information

#0CD00F (or 0x0CD00F) is unknown color: approx Free Speech Green. HEX triplet: 0C, D0 and 0F. RGB value is (12,208,15). Sum of RGB (Red+Green+Blue) = 12+208+15=235 (31% of max value = 765). Red value is 12 (5.08% from 255 or 5.11% from 235); Green value is 208 (81.64% from 255 or 88.51% from 235); Blue value is 15 (6.25% from 255 or 6.38% from 235); Max value from RGB is 208 - color contains mainly: green. Hex color #0CD00F is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0CD00F is #F32FF0. Grayscale: #7F7F7F. Windows color (decimal): -15937521 or 1036300. OLE color: 1036300.

HSL color Cylindrical-coordinate representation of color #0CD00F: hue angle of 120.92º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CD00F is Cyan = 0.94, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.18.

Color convert

RGB1220815-
CMYK0.9400.930.18
HSL120.92º89.09%43.14%-
HSV(B)120.92º94.23%81.57%-
XYZ22.7945.227.98-
YUV127.3964.5745.69-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 5.11%
GREEN value IS 208 (81.64% from 255) = 88.51%
BLUE value IS 15 (6.25% from 255) = 6.38%
R=5.11%
G=88.51%
B=6.38%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal12208150.9400.930.18120.9289.0943.14
HexCD0F5E05D1279592b
Octal143201713601352217113153
Binary11001101000011111011110010111011001011110011011001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0CD00F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,208,15); }

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

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

 a { background-color: rgb(12,208,15); }

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

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

 span { border-color: rgb(12,208,15); }

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