#10CC11

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

Shades of Free Speech Green #10CC11

Tints of Free Speech Green #10CC11

Color information

#10CC11 (or 0x10CC11) is unknown color: approx Free Speech Green. HEX triplet: 10, CC and 11. RGB value is (16,204,17). Sum of RGB (Red+Green+Blue) = 16+204+17=237 (31% of max value = 765). Red value is 16 (6.64% from 255 or 6.75% from 237); Green value is 204 (80.08% from 255 or 86.08% from 237); Blue value is 17 (7.03% from 255 or 7.17% from 237); Max value from RGB is 204 - color contains mainly: green. Hex color #10CC11 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #10CC11 is #EF33EE. Grayscale: #7F7F7F. Windows color (decimal): -15676399 or 1166352. OLE color: 1166352.

HSL color Cylindrical-coordinate representation of color #10CC11: hue angle of 120.32º 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 #10CC11 is Cyan = 0.92, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.2.

Color convert

RGB1620417-
CMYK0.9200.920.2
HSL120.32º85.45%43.14%-
HSV(B)120.32º92.16%80%-
XYZ21.9143.347.74-
YUV126.4766.2249.21-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 6.75%
GREEN value IS 204 (80.08% from 255) = 86.08%
BLUE value IS 17 (7.03% from 255) = 7.17%
R=6.75%
G=86.08%
B=7.17%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal16204170.9200.920.2120.3285.4543.14
Hex10CC115C05C1478552b
Octal203142113401342417012553
Binary1000011001100100011011100010111001010011110001010101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10CC11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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