Html Css Color HEX #10E520 Free Speech Green

📋 copy color: '#10E520'

red 16 ◦ green 229 ◦ blue 32

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

Shades of Free Speech Green #10E520

Tints of Free Speech Green #10E520

RGB

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

 GREEN value IS 229 (89.84% from 255) = 82.67%

 BLUE value IS 32 (12.89% from 255) = 11.55%

R = 5.78%
G = 82.67%
B = 11.55%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.86

 K value IS 0.10

RGB Variations

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

Color information

#10E520 (or 0x10E520) is known color: Free Speech Green. HEX triplet: 10, E5 and 20. RGB value is (16,229,32). Sum of RGB (Red+Green+Blue) = 16+229+32=277 (36% of max value = 765). Red value is 16 (6.64% from 255 or 5.78% from 277); Green value is 229 (89.84% from 255 or 82.67% from 277); Blue value is 32 (12.89% from 255 or 11.55% from 277); Max value from RGB is 229 - color contains mainly: green. Hex color #10E520 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #10E520 is #EF1ADF. Grayscale: #8F8F8F. Windows color (decimal): -15669984 or 2155792. OLE color: 2155792.

HSL color Cylindrical-coordinate representation of color #10E520: hue angle of 124.51º degrees, saturation: 0.87, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10E520 is Cyan = 0.93, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.10.

Color convert

RGB 16 229 32 -
CMYK 0.93 0 0.86 0.10
HSL 124.51º 0.87% 0.48% -
HSV(B) 124.51º 0.93% 0.9% -
XYZ 28.49 56.25 10.72 -
YUV 142.86 65.43 37.52 -
System Red Green Blue C M Y K H S L
Decimal 16 229 32 0.93 0 0.86 0.10 124.51 0.87 0.48
Hex 10 E5 20 5D 0 56 A 7D 57 30
Octal 20 345 40 135 0 126 12 175 127 60
Binary 10000 11100101 100000 1011101 0 1010110 1010 1111101 1010111 110000

Color Harmonies of #10E520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10E520

Black with #10E520

Text Example


Text Example

White with #10E520

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,229,32); }

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

background-color css

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

 a { background-color: rgb(16,229,32); }

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

border-color css

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

 span { border-color: rgb(16,229,32); }

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