Html Css Color HEX #10E409 Free Speech Green

📋 copy color: '#10E409'

red 16 ◦ green 228 ◦ blue 9

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

Shades of Free Speech Green #10E409

Tints of Free Speech Green #10E409

RGB

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

 GREEN value IS 228 (89.45% from 255) = 90.12%

 BLUE value IS 9 (3.91% from 255) = 3.56%

R = 6.32%
G = 90.12%
B = 3.56%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.96

 K value IS 0.11

RGB Variations

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

Color information

#10E409 (or 0x10E409) is known color: Free Speech Green. HEX triplet: 10, E4 and 09. RGB value is (16,228,9). Sum of RGB (Red+Green+Blue) = 16+228+9=253 (33% of max value = 765). Red value is 16 (6.64% from 255 or 6.32% from 253); Green value is 228 (89.45% from 255 or 90.12% from 253); Blue value is 9 (3.91% from 255 or 3.56% from 253); Max value from RGB is 228 - color contains mainly: green. Hex color #10E409 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #10E409 is #EF1BF6. Grayscale: #8C8C8C. Windows color (decimal): -15670263 or 648208. OLE color: 648208.

HSL color Cylindrical-coordinate representation of color #10E409: hue angle of 118.08º degrees, saturation: 0.92, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #10E409 is Cyan = 0.93, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.11.

Color convert

RGB 16 228 9 -
CMYK 0.93 0 0.96 0.11
HSL 118.08º 0.92% 0.46% -
HSV(B) 118.08º 0.96% 0.89% -
XYZ 28.01 55.62 9.52 -
YUV 139.65 54.26 39.81 -
System Red Green Blue C M Y K H S L
Decimal 16 228 9 0.93 0 0.96 0.11 118.08 0.92 0.46
Hex 10 E4 9 5D 0 60 B 76 5C 2E
Octal 20 344 11 135 0 140 13 166 134 56
Binary 10000 11100100 1001 1011101 0 1100000 1011 1110110 1011100 101110

Color Harmonies of #10E409

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10E409

Black with #10E409

Text Example


Text Example

White with #10E409

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,228,9); }

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

background-color css

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

 a { background-color: rgb(16,228,9); }

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

border-color css

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

 span { border-color: rgb(16,228,9); }

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