Html Css Color HEX #09DD13 Free Speech Green

📋 copy color: '#09DD13'

red 9 ◦ green 221 ◦ blue 19

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

Shades of Free Speech Green #09DD13

Tints of Free Speech Green #09DD13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 7.63%

R = 3.61%
G = 88.76%
B = 7.63%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.91

 K value IS 0.13

RGB Variations

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

Color information

#09DD13 (or 0x09DD13) is known color: Free Speech Green. HEX triplet: 09, DD and 13. RGB value is (9,221,19). Sum of RGB (Red+Green+Blue) = 9+221+19=249 (32% of max value = 765). Red value is 9 (3.91% from 255 or 3.61% from 249); Green value is 221 (86.72% from 255 or 88.76% from 249); Blue value is 19 (7.81% from 255 or 7.63% from 249); Max value from RGB is 221 - color contains mainly: green. Hex color #09DD13 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #09DD13 is #F622EC. Grayscale: #878787. Windows color (decimal): -16130797 or 1301769. OLE color: 1301769.

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

Color convert

RGB 9 221 19 -
CMYK 0.96 0 0.91 0.13
HSL 122.83º 0.92% 0.45% -
HSV(B) 122.83º 0.96% 0.87% -
XYZ 26.09 51.82 9.24 -
YUV 134.58 62.76 38.43 -
System Red Green Blue C M Y K H S L
Decimal 9 221 19 0.96 0 0.91 0.13 122.83 0.92 0.45
Hex 9 DD 13 60 0 5B D 7B 5C 2D
Octal 11 335 23 140 0 133 15 173 134 55
Binary 1001 11011101 10011 1100000 0 1011011 1101 1111011 1011100 101101

Color Harmonies of #09DD13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09DD13

Black with #09DD13

Text Example


Text Example

White with #09DD13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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