#10CE0A

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

Shades of Free Speech Green #10CE0A

Tints of Free Speech Green #10CE0A

Color information

#10CE0A (or 0x10CE0A) is unknown color: approx Free Speech Green. HEX triplet: 10, CE and 0A. RGB value is (16,206,10). Sum of RGB (Red+Green+Blue) = 16+206+10=232 (30% of max value = 765). Red value is 16 (6.64% from 255 or 6.90% from 232); Green value is 206 (80.86% from 255 or 88.79% from 232); Blue value is 10 (4.30% from 255 or 4.31% from 232); Max value from RGB is 206 - color contains mainly: green. Hex color #10CE0A is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #10CE0A is #EF31F5. Grayscale: #7F7F7F. Windows color (decimal): -15675894 or 708112. OLE color: 708112.

HSL color Cylindrical-coordinate representation of color #10CE0A: hue angle of 118.16º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #10CE0A is Cyan = 0.92, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.19.

Color convert

RGB1620610-
CMYK0.9200.950.19
HSL118.16º90.74%42.35%-
HSV(B)118.16º95.15%80.78%-
XYZ22.3444.277.66-
YUV126.8562.0548.94-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 6.90%
GREEN value IS 206 (80.86% from 255) = 88.79%
BLUE value IS 10 (4.30% from 255) = 4.31%
R=6.90%
G=88.79%
B=4.31%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal16206100.9200.950.19118.1690.7442.35
Hex10CEA5C05F13765b2a
Octal203161213401372316613352
Binary100001100111010101011100010111111001111101101011011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10CE0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(16,206,10); }

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

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

 a { background-color: rgb(16,206,10); }

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

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

 span { border-color: rgb(16,206,10); }

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