Html Css Color HEX #09DD11 Free Speech Green

📋 copy color: '#09DD11'

red 9 ◦ green 221 ◦ blue 17

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

Shades of Free Speech Green #09DD11

Tints of Free Speech Green #09DD11

RGB

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

 GREEN value IS 221 (86.72% from 255) = 89.47%

 BLUE value IS 17 (7.03% from 255) = 6.88%

R = 3.64%
G = 89.47%
B = 6.88%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.92

 K value IS 0.13

RGB Variations

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

Color information

#09DD11 (or 0x09DD11) is known color: Free Speech Green. HEX triplet: 09, DD and 11. RGB value is (9,221,17). Sum of RGB (Red+Green+Blue) = 9+221+17=247 (32% of max value = 765). Red value is 9 (3.91% from 255 or 3.64% from 247); Green value is 221 (86.72% from 255 or 89.47% from 247); Blue value is 17 (7.03% from 255 or 6.88% from 247); Max value from RGB is 221 - color contains mainly: green. Hex color #09DD11 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #09DD11 is #F622EE. Grayscale: #868686. Windows color (decimal): -16130799 or 1170697. OLE color: 1170697.

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

Color convert

RGB 9 221 17 -
CMYK 0.96 0 0.92 0.13
HSL 122.26º 0.92% 0.45% -
HSV(B) 122.26º 0.96% 0.87% -
XYZ 26.07 51.81 9.16 -
YUV 134.36 61.76 38.59 -
System Red Green Blue C M Y K H S L
Decimal 9 221 17 0.96 0 0.92 0.13 122.26 0.92 0.45
Hex 9 DD 11 60 0 5C D 7A 5C 2D
Octal 11 335 21 140 0 134 15 172 134 55
Binary 1001 11011101 10001 1100000 0 1011100 1101 1111010 1011100 101101

Color Harmonies of #09DD11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09DD11

Black with #09DD11

Text Example


Text Example

White with #09DD11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,221,17); }

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

background-color css

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

 a { background-color: rgb(9,221,17); }

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

border-color css

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

 span { border-color: rgb(9,221,17); }

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