Html Css Color HEX #09DD12 Free Speech Green

📋 copy color: '#09DD12'

red 9 ◦ green 221 ◦ blue 18

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

Shades of Free Speech Green #09DD12

Tints of Free Speech Green #09DD12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 7.26%

R = 3.63%
G = 89.11%
B = 7.26%

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

#09DD12 (or 0x09DD12) is known color: Free Speech Green. HEX triplet: 09, DD and 12. RGB value is (9,221,18). Sum of RGB (Red+Green+Blue) = 9+221+18=248 (32% of max value = 765). Red value is 9 (3.91% from 255 or 3.63% from 248); Green value is 221 (86.72% from 255 or 89.11% from 248); Blue value is 18 (7.42% from 255 or 7.26% from 248); Max value from RGB is 221 - color contains mainly: green. Hex color #09DD12 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #09DD12 is #F622ED. Grayscale: #878787. Windows color (decimal): -16130798 or 1236233. OLE color: 1236233.

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

Color convert

RGB 9 221 18 -
CMYK 0.96 0 0.92 0.13
HSL 122.55º 0.92% 0.45% -
HSV(B) 122.55º 0.96% 0.87% -
XYZ 26.08 51.81 9.2 -
YUV 134.47 62.26 38.51 -
System Red Green Blue C M Y K H S L
Decimal 9 221 18 0.96 0 0.92 0.13 122.55 0.92 0.45
Hex 9 DD 12 60 0 5C D 7B 5C 2D
Octal 11 335 22 140 0 134 15 173 134 55
Binary 1001 11011101 10010 1100000 0 1011100 1101 1111011 1011100 101101

Color Harmonies of #09DD12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09DD12

Black with #09DD12

Text Example


Text Example

White with #09DD12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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