Html Css Color HEX #10E706 Free Speech Green

📋 copy color: '#10E706'

red 16 ◦ green 231 ◦ blue 6

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

Shades of Free Speech Green #10E706

Tints of Free Speech Green #10E706

RGB

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

 GREEN value IS 231 (90.63% from 255) = 91.3%

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

R = 6.32%
G = 91.3%
B = 2.37%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.97

 K value IS 0.09

RGB Variations

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

Color information

#10E706 (or 0x10E706) is known color: Free Speech Green. HEX triplet: 10, E7 and 06. RGB value is (16,231,6). Sum of RGB (Red+Green+Blue) = 16+231+6=253 (33% of max value = 765). Red value is 16 (6.64% from 255 or 6.32% from 253); Green value is 231 (90.62% from 255 or 91.30% from 253); Blue value is 6 (2.73% from 255 or 2.37% from 253); Max value from RGB is 231 - color contains mainly: green. Hex color #10E706 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #10E706 is #EF18F9. Grayscale: #8D8D8D. Windows color (decimal): -15669498 or 452368. OLE color: 452368.

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

Color convert

RGB 16 231 6 -
CMYK 0.93 0 0.97 0.09
HSL 117.33º 0.95% 0.46% -
HSV(B) 117.33º 0.97% 0.91% -
XYZ 28.82 57.28 9.71 -
YUV 141.07 51.77 38.8 -
System Red Green Blue C M Y K H S L
Decimal 16 231 6 0.93 0 0.97 0.09 117.33 0.95 0.46
Hex 10 E7 6 5D 0 61 9 75 5F 2E
Octal 20 347 6 135 0 141 11 165 137 56
Binary 10000 11100111 110 1011101 0 1100001 1001 1110101 1011111 101110

Color Harmonies of #10E706

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10E706

Black with #10E706

Text Example


Text Example

White with #10E706

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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