Html Css Color HEX #10E006 Free Speech Green

📋 copy color: '#10E006'

red 16 ◦ green 224 ◦ blue 6

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

Shades of Free Speech Green #10E006

Tints of Free Speech Green #10E006

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 2.44%

R = 6.5%
G = 91.06%
B = 2.44%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.97

 K value IS 0.12

RGB Variations

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

Color information

#10E006 (or 0x10E006) is known color: Free Speech Green. HEX triplet: 10, E0 and 06. RGB value is (16,224,6). Sum of RGB (Red+Green+Blue) = 16+224+6=246 (32% of max value = 765). Red value is 16 (6.64% from 255 or 6.50% from 246); Green value is 224 (87.89% from 255 or 91.06% from 246); Blue value is 6 (2.73% from 255 or 2.44% from 246); Max value from RGB is 224 - color contains mainly: green. Hex color #10E006 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #10E006 is #EF1FF9. Grayscale: #898989. Windows color (decimal): -15671290 or 450576. OLE color: 450576.

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

Color convert

RGB 16 224 6 -
CMYK 0.93 0 0.97 0.12
HSL 117.25º 0.95% 0.45% -
HSV(B) 117.25º 0.97% 0.88% -
XYZ 26.9 53.43 9.07 -
YUV 136.96 54.09 41.73 -
System Red Green Blue C M Y K H S L
Decimal 16 224 6 0.93 0 0.97 0.12 117.25 0.95 0.45
Hex 10 E0 6 5D 0 61 C 75 5F 2D
Octal 20 340 6 135 0 141 14 165 137 55
Binary 10000 11100000 110 1011101 0 1100001 1100 1110101 1011111 101101

Color Harmonies of #10E006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10E006

Black with #10E006

Text Example


Text Example

White with #10E006

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #10E006;
 }
 .AnyTagClassName
 {
   color: #10E006;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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