Html Css Color HEX #09DD07 Free Speech Green

📋 copy color: '#09DD07'

red 9 ◦ green 221 ◦ blue 7

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

Shades of Free Speech Green #09DD07

Tints of Free Speech Green #09DD07

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 2.95%

R = 3.8%
G = 93.25%
B = 2.95%

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

#09DD07 (or 0x09DD07) is known color: Free Speech Green. HEX triplet: 09, DD and 07. RGB value is (9,221,7). Sum of RGB (Red+Green+Blue) = 9+221+7=237 (31% of max value = 765). Red value is 9 (3.91% from 255 or 3.80% from 237); Green value is 221 (86.72% from 255 or 93.25% from 237); Blue value is 7 (3.12% from 255 or 2.95% from 237); Max value from RGB is 221 - color contains mainly: green. Hex color #09DD07 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #09DD07 is #F622F8. Grayscale: #858585. Windows color (decimal): -16130809 or 515337. OLE color: 515337.

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

Color convert

RGB 9 221 7 -
CMYK 0.96 0 0.97 0.13
HSL 119.44º 0.94% 0.45% -
HSV(B) 119.44º 0.97% 0.87% -
XYZ 26.01 51.79 8.83 -
YUV 133.22 56.76 39.4 -
System Red Green Blue C M Y K H S L
Decimal 9 221 7 0.96 0 0.97 0.13 119.44 0.94 0.45
Hex 9 DD 7 60 0 61 D 77 5E 2D
Octal 11 335 7 140 0 141 15 167 136 55
Binary 1001 11011101 111 1100000 0 1100001 1101 1110111 1011110 101101

Color Harmonies of #09DD07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09DD07

Black with #09DD07

Text Example


Text Example

White with #09DD07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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