Html Css Color HEX #09DC10 Free Speech Green

📋 copy color: '#09DC10'

red 9 ◦ green 220 ◦ blue 16

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

Shades of Free Speech Green #09DC10

Tints of Free Speech Green #09DC10

RGB

 RED value IS 9 (3.91% from 255) = 3.67%

 GREEN value IS 220 (86.33% from 255) = 89.8%

 BLUE value IS 16 (6.64% from 255) = 6.53%

R = 3.67%
G = 89.8%
B = 6.53%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.93

 K value IS 0.14

RGB Variations

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

Color information

#09DC10 (or 0x09DC10) is known color: Free Speech Green. HEX triplet: 09, DC and 10. RGB value is (9,220,16). Sum of RGB (Red+Green+Blue) = 9+220+16=245 (32% of max value = 765). Red value is 9 (3.91% from 255 or 3.67% from 245); Green value is 220 (86.33% from 255 or 89.80% from 245); Blue value is 16 (6.64% from 255 or 6.53% from 245); Max value from RGB is 220 - color contains mainly: green. Hex color #09DC10 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #09DC10 is #F623EF. Grayscale: #868686. Windows color (decimal): -16131056 or 1104905. OLE color: 1104905.

HSL color Cylindrical-coordinate representation of color #09DC10: hue angle of 121.99º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09DC10 is Cyan = 0.96, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.14.

Color convert

RGB 9 220 16 -
CMYK 0.96 0 0.93 0.14
HSL 121.99º 0.92% 0.45% -
HSV(B) 121.99º 0.96% 0.86% -
XYZ 25.8 51.28 9.03 -
YUV 133.66 61.6 39.09 -
System Red Green Blue C M Y K H S L
Decimal 9 220 16 0.96 0 0.93 0.14 121.99 0.92 0.45
Hex 9 DC 10 60 0 5D E 7A 5C 2D
Octal 11 334 20 140 0 135 16 172 134 55
Binary 1001 11011100 10000 1100000 0 1011101 1110 1111010 1011100 101101

Color Harmonies of #09DC10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09DC10

Black with #09DC10

Text Example


Text Example

White with #09DC10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #09DC10; }

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

 H1.HeaderClassName
 {
   color: #09DC10;
 }
 .AnyTagClassName
 {
   color: #09DC10;
 }
</style>

background-color css

<style>
 a { background-color: #09DC10; }

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

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

border-color css

<style>
 span { border-color: #09DC10; }

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

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