#10CC12

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

Shades of Free Speech Green #10CC12

Tints of Free Speech Green #10CC12

Color information

#10CC12 (or 0x10CC12) is unknown color: approx Free Speech Green. HEX triplet: 10, CC and 12. RGB value is (16,204,18). Sum of RGB (Red+Green+Blue) = 16+204+18=238 (31% of max value = 765). Red value is 16 (6.64% from 255 or 6.72% from 238); Green value is 204 (80.08% from 255 or 85.71% from 238); Blue value is 18 (7.42% from 255 or 7.56% from 238); Max value from RGB is 204 - color contains mainly: green. Hex color #10CC12 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #10CC12 is #EF33ED. Grayscale: #7F7F7F. Windows color (decimal): -15676398 or 1231888. OLE color: 1231888.

HSL color Cylindrical-coordinate representation of color #10CC12: hue angle of 120.64º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #10CC12 is Cyan = 0.92, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.2.

Color convert

RGB1620418-
CMYK0.9200.910.2
HSL120.64º85.45%43.14%-
HSV(B)120.64º92.16%80%-
XYZ21.9243.347.78-
YUV126.5866.7249.12-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 6.72%
GREEN value IS 204 (80.08% from 255) = 85.71%
BLUE value IS 18 (7.42% from 255) = 7.56%
R=6.72%
G=85.71%
B=7.56%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal16204180.9200.910.2120.6485.4543.14
Hex10CC125C05B1479552b
Octal203142213401332417112553
Binary1000011001100100101011100010110111010011110011010101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10CC12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #10CC12; }

 p { color: rgb(16,204,18); }

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

<style>
 a { background-color: #10CC12; }

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

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

<style>
 span { border-color: #10CC12; }

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

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