Html Css Color HEX #09DD06 Free Speech Green

📋 copy color: '#09DD06'

red 9 ◦ green 221 ◦ blue 6

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

Shades of Free Speech Green #09DD06

Tints of Free Speech Green #09DD06

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 2.54%

R = 3.81%
G = 93.64%
B = 2.54%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.97

 K value IS 0.13

RGB Variations

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

Color information

#09DD06 (or 0x09DD06) is known color: Free Speech Green. HEX triplet: 09, DD and 06. RGB value is (9,221,6). Sum of RGB (Red+Green+Blue) = 9+221+6=236 (31% of max value = 765). Red value is 9 (3.91% from 255 or 3.81% from 236); Green value is 221 (86.72% from 255 or 93.64% from 236); Blue value is 6 (2.73% from 255 or 2.54% from 236); Max value from RGB is 221 - color contains mainly: green. Hex color #09DD06 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #09DD06 is #F622F9. Grayscale: #858585. Windows color (decimal): -16130810 or 449801. OLE color: 449801.

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

Color convert

RGB 9 221 6 -
CMYK 0.96 0 0.97 0.13
HSL 119.16º 0.95% 0.45% -
HSV(B) 119.16º 0.97% 0.87% -
XYZ 26 51.78 8.8 -
YUV 133.1 56.26 39.48 -
System Red Green Blue C M Y K H S L
Decimal 9 221 6 0.96 0 0.97 0.13 119.16 0.95 0.45
Hex 9 DD 6 60 0 61 D 77 5F 2D
Octal 11 335 6 140 0 141 15 167 137 55
Binary 1001 11011101 110 1100000 0 1100001 1101 1110111 1011111 101101

Color Harmonies of #09DD06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09DD06

Black with #09DD06

Text Example


Text Example

White with #09DD06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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