Html Css Color HEX #10E009 Free Speech Green

📋 copy color: '#10E009'

red 16 ◦ green 224 ◦ blue 9

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

Shades of Free Speech Green #10E009

Tints of Free Speech Green #10E009

RGB

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

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

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

R = 6.43%
G = 89.96%
B = 3.61%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.96

 K value IS 0.12

RGB Variations

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

Color information

#10E009 (or 0x10E009) is known color: Free Speech Green. HEX triplet: 10, E0 and 09. RGB value is (16,224,9). Sum of RGB (Red+Green+Blue) = 16+224+9=249 (32% of max value = 765). Red value is 16 (6.64% from 255 or 6.43% from 249); Green value is 224 (87.89% from 255 or 89.96% from 249); Blue value is 9 (3.91% from 255 or 3.61% from 249); Max value from RGB is 224 - color contains mainly: green. Hex color #10E009 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #10E009 is #EF1FF6. Grayscale: #898989. Windows color (decimal): -15671287 or 647184. OLE color: 647184.

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

Color convert

RGB 16 224 9 -
CMYK 0.93 0 0.96 0.12
HSL 118.05º 0.92% 0.46% -
HSV(B) 118.05º 0.96% 0.88% -
XYZ 26.92 53.44 9.15 -
YUV 137.3 55.59 41.48 -
System Red Green Blue C M Y K H S L
Decimal 16 224 9 0.93 0 0.96 0.12 118.05 0.92 0.46
Hex 10 E0 9 5D 0 60 C 76 5C 2E
Octal 20 340 11 135 0 140 14 166 134 56
Binary 10000 11100000 1001 1011101 0 1100000 1100 1110110 1011100 101110

Color Harmonies of #10E009

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10E009

Black with #10E009

Text Example


Text Example

White with #10E009

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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