Html Css Color HEX #09DD08 Free Speech Green

📋 copy color: '#09DD08'

red 9 ◦ green 221 ◦ blue 8

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

Shades of Free Speech Green #09DD08

Tints of Free Speech Green #09DD08

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 3.36%

R = 3.78%
G = 92.86%
B = 3.36%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.96

 K value IS 0.13

RGB Variations

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

Color information

#09DD08 (or 0x09DD08) is known color: Free Speech Green. HEX triplet: 09, DD and 08. RGB value is (9,221,8). Sum of RGB (Red+Green+Blue) = 9+221+8=238 (31% of max value = 765). Red value is 9 (3.91% from 255 or 3.78% from 238); Green value is 221 (86.72% from 255 or 92.86% from 238); Blue value is 8 (3.52% from 255 or 3.36% from 238); Max value from RGB is 221 - color contains mainly: green. Hex color #09DD08 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #09DD08 is #F622F7. Grayscale: #858585. Windows color (decimal): -16130808 or 580873. OLE color: 580873.

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

Color convert

RGB 9 221 8 -
CMYK 0.96 0 0.96 0.13
HSL 119.72º 0.93% 0.45% -
HSV(B) 119.72º 0.96% 0.87% -
XYZ 26.01 51.79 8.85 -
YUV 133.33 57.26 39.32 -
System Red Green Blue C M Y K H S L
Decimal 9 221 8 0.96 0 0.96 0.13 119.72 0.93 0.45
Hex 9 DD 8 60 0 60 D 78 5D 2D
Octal 11 335 10 140 0 140 15 170 135 55
Binary 1001 11011101 1000 1100000 0 1100000 1101 1111000 1011101 101101

Color Harmonies of #09DD08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09DD08

Black with #09DD08

Text Example


Text Example

White with #09DD08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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