Html Css Color HEX #10C809 Free Speech Green

📋 copy color: '#10C809'

red 16 ◦ green 200 ◦ blue 9

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

Shades of Free Speech Green #10C809

Tints of Free Speech Green #10C809

RGB

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

 GREEN value IS 200 (78.52% from 255) = 88.89%

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

R = 7.11%
G = 88.89%
B = 4%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.96

 K value IS 0.22

RGB Variations

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

Color information

#10C809 (or 0x10C809) is known color: Free Speech Green. HEX triplet: 10, C8 and 09. RGB value is (16,200,9). Sum of RGB (Red+Green+Blue) = 16+200+9=225 (29% of max value = 765). Red value is 16 (6.64% from 255 or 7.11% from 225); Green value is 200 (78.52% from 255 or 88.89% from 225); Blue value is 9 (3.91% from 255 or 4% from 225); Max value from RGB is 200 - color contains mainly: green. Hex color #10C809 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #10C809 is #EF37F6. Grayscale: #7B7B7B. Windows color (decimal): -15677431 or 641040. OLE color: 641040.

HSL color Cylindrical-coordinate representation of color #10C809: hue angle of 117.8º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #10C809 is Cyan = 0.92, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.22.

Color convert

RGB 16 200 9 -
CMYK 0.92 0 0.96 0.22
HSL 117.8º 0.91% 0.41% -
HSV(B) 117.8º 0.96% 0.78% -
XYZ 20.92 41.44 7.15 -
YUV 123.21 63.54 51.53 -
System Red Green Blue C M Y K H S L
Decimal 16 200 9 0.92 0 0.96 0.22 117.8 0.91 0.41
Hex 10 C8 9 5C 0 60 16 76 5B 29
Octal 20 310 11 134 0 140 26 166 133 51
Binary 10000 11001000 1001 1011100 0 1100000 10110 1110110 1011011 101001

Color Harmonies of #10C809

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10C809

Black with #10C809

Text Example


Text Example

White with #10C809

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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