Html Css Color HEX #10E829 Free Speech Green

📋 copy color: '#10E829'

red 16 ◦ green 232 ◦ blue 41

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

Shades of Free Speech Green #10E829

Tints of Free Speech Green #10E829

RGB

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

 GREEN value IS 232 (91.02% from 255) = 80.28%

 BLUE value IS 41 (16.41% from 255) = 14.19%

R = 5.54%
G = 80.28%
B = 14.19%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.82

 K value IS 0.09

RGB Variations

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

Color information

#10E829 (or 0x10E829) is known color: Free Speech Green. HEX triplet: 10, E8 and 29. RGB value is (16,232,41). Sum of RGB (Red+Green+Blue) = 16+232+41=289 (38% of max value = 765). Red value is 16 (6.64% from 255 or 5.54% from 289); Green value is 232 (91.02% from 255 or 80.28% from 289); Blue value is 41 (16.41% from 255 or 14.19% from 289); Max value from RGB is 232 - color contains mainly: green. Hex color #10E829 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #10E829 is #EF17D6. Grayscale: #929292. Windows color (decimal): -15669207 or 2746384. OLE color: 2746384.

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

Color convert

RGB 16 232 41 -
CMYK 0.93 0 0.82 0.09
HSL 126.94º 0.87% 0.49% -
HSV(B) 126.94º 0.93% 0.91% -
XYZ 29.47 57.98 11.74 -
YUV 145.64 68.94 35.53 -
System Red Green Blue C M Y K H S L
Decimal 16 232 41 0.93 0 0.82 0.09 126.94 0.87 0.49
Hex 10 E8 29 5D 0 52 9 7F 57 31
Octal 20 350 51 135 0 122 11 177 127 61
Binary 10000 11101000 101001 1011101 0 1010010 1001 1111111 1010111 110001

Color Harmonies of #10E829

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10E829

Black with #10E829

Text Example


Text Example

White with #10E829

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,232,41); }

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

background-color css

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

 a { background-color: rgb(16,232,41); }

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

border-color css

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

 span { border-color: rgb(16,232,41); }

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