#10E004

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

Shades of Free Speech Green #10E004

Tints of Free Speech Green #10E004

Color information

#10E004 (or 0x10E004) is unknown color: approx Free Speech Green. HEX triplet: 10, E0 and 04. RGB value is (16,224,4). Sum of RGB (Red+Green+Blue) = 16+224+4=244 (32% of max value = 765). Red value is 16 (6.64% from 255 or 6.56% from 244); Green value is 224 (87.89% from 255 or 91.80% from 244); Blue value is 4 (1.95% from 255 or 1.64% from 244); Max value from RGB is 224 - color contains mainly: green. Hex color #10E004 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #10E004 is #EF1FFB. Grayscale: #898989. Windows color (decimal): -15671292 or 319504. OLE color: 319504.

HSL color Cylindrical-coordinate representation of color #10E004: hue angle of 116.73º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #10E004 is Cyan = 0.93, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.12.

Color convert

RGB162244-
CMYK0.9300.980.12
HSL116.73º96.49%44.71%-
HSV(B)116.73º98.21%87.84%-
XYZ26.8953.439.01-
YUV136.7353.0941.89-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 6.56%
GREEN value IS 224 (87.89% from 255) = 91.80%
BLUE value IS 4 (1.95% from 255) = 1.64%
R=6.56%
G=91.80%
B=1.64%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1622440.9300.980.12116.7396.4944.71
Hex10E045D062C75602d
Octal20340413501421416514055
Binary1000011100000100101110101100010110011101011100000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10E004

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(16,224,4); }

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

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

 a { background-color: rgb(16,224,4); }

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

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

 span { border-color: rgb(16,224,4); }

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