Html Css Color HEX #10E004 Free Speech Green

📋 copy color: '#10E004'

red 16 ◦ green 224 ◦ blue 4

#10E004
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Free Speech Green #10E004

Tints of Free Speech Green #10E004

RGB

 RED value IS 16 (6.64% from 255) = 6.56%

 GREEN value IS 224 (87.89% from 255) = 91.8%

 BLUE value IS 4 (1.95% from 255) = 1.64%

R = 6.56%
G = 91.8%
B = 1.64%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.98

 K value IS 0.12

RGB Variations

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

Color information

#10E004 (or 0x10E004) is known color: 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

RGB 16 224 4 -
CMYK 0.93 0 0.98 0.12
HSL 116.73º 0.96% 0.45% -
HSV(B) 116.73º 0.98% 0.88% -
XYZ 26.89 53.43 9.01 -
YUV 136.73 53.09 41.89 -
System Red Green Blue C M Y K H S L
Decimal 16 224 4 0.93 0 0.98 0.12 116.73 0.96 0.45
Hex 10 E0 4 5D 0 62 C 75 60 2D
Octal 20 340 4 135 0 142 14 165 140 55
Binary 10000 11100000 100 1011101 0 1100010 1100 1110101 1100000 101101

Color Harmonies of #10E004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10E004

Black with #10E004

Text Example


Text Example

White with #10E004

Text Example


Text Example

HTML Codes & Css Web 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>