#0ccc0c

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

Shades of Free Speech Green #0CCC0C

Tints of Free Speech Green #0CCC0C

Color information

#0CCC0C (or 0x0CCC0C) is unknown color: approx Free Speech Green. HEX triplet: 0C, CC and 0C. RGB value is (12,204,12). Sum of RGB (Red+Green+Blue) = 12+204+12=228 (30% of max value = 765). Red value is 12 (5.08% from 255 or 5.26% from 228); Green value is 204 (80.08% from 255 or 89.47% from 228); Blue value is 12 (5.08% from 255 or 5.26% from 228); Max value from RGB is 204 - color contains mainly: green. Hex color #0CCC0C is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0CCC0C is #F333F3. Grayscale: #7D7D7D. Windows color (decimal): -15938548 or 838668. OLE color: 838668.

HSL color Cylindrical-coordinate representation of color #0CCC0C: hue angle of 120º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CCC0C is Cyan = 0.94, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.2.

Color convert

RGB1220412-
CMYK0.9400.940.2
HSL120º88.89%42.35%-
HSV(B)120º94.12%80%-
XYZ21.8143.297.55-
YUV124.764.3947.61-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 5.26%
GREEN value IS 204 (80.08% from 255) = 89.47%
BLUE value IS 12 (5.08% from 255) = 5.26%
R=5.26%
G=89.47%
B=5.26%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal12204120.9400.940.212088.8942.35
HexCCCC5E05E1478592a
Octal143141413601362417013152
Binary11001100110011001011110010111101010011110001011001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0ccc0c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,204,12); }

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

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

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

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

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

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

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