Html Css Color HEX #09DC14 Free Speech Green

📋 copy color: '#09DC14'

red 9 ◦ green 220 ◦ blue 20

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

Shades of Free Speech Green #09DC14

Tints of Free Speech Green #09DC14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 8.03%

R = 3.61%
G = 88.35%
B = 8.03%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.91

 K value IS 0.14

RGB Variations

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

Color information

#09DC14 (or 0x09DC14) is known color: Free Speech Green. HEX triplet: 09, DC and 14. RGB value is (9,220,20). Sum of RGB (Red+Green+Blue) = 9+220+20=249 (32% of max value = 765). Red value is 9 (3.91% from 255 or 3.61% from 249); Green value is 220 (86.33% from 255 or 88.35% from 249); Blue value is 20 (8.20% from 255 or 8.03% from 249); Max value from RGB is 220 - color contains mainly: green. Hex color #09DC14 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #09DC14 is #F623EB. Grayscale: #868686. Windows color (decimal): -16131052 or 1367049. OLE color: 1367049.

HSL color Cylindrical-coordinate representation of color #09DC14: hue angle of 123.13º 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 #09DC14 is Cyan = 0.96, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.14.

Color convert

RGB 9 220 20 -
CMYK 0.96 0 0.91 0.14
HSL 123.13º 0.92% 0.45% -
HSV(B) 123.13º 0.96% 0.86% -
XYZ 25.83 51.29 9.2 -
YUV 134.11 63.6 38.76 -
System Red Green Blue C M Y K H S L
Decimal 9 220 20 0.96 0 0.91 0.14 123.13 0.92 0.45
Hex 9 DC 14 60 0 5B E 7B 5C 2D
Octal 11 334 24 140 0 133 16 173 134 55
Binary 1001 11011100 10100 1100000 0 1011011 1110 1111011 1011100 101101

Color Harmonies of #09DC14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09DC14

Black with #09DC14

Text Example


Text Example

White with #09DC14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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