Html Css Color HEX #09DA20 Free Speech Green

📋 copy color: '#09DA20'

red 9 ◦ green 218 ◦ blue 32

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

Shades of Free Speech Green #09DA20

Tints of Free Speech Green #09DA20

RGB

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

 GREEN value IS 218 (85.55% from 255) = 84.17%

 BLUE value IS 32 (12.89% from 255) = 12.36%

R = 3.47%
G = 84.17%
B = 12.36%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.85

 K value IS 0.15

RGB Variations

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

Color information

#09DA20 (or 0x09DA20) is known color: Free Speech Green. HEX triplet: 09, DA and 20. RGB value is (9,218,32). Sum of RGB (Red+Green+Blue) = 9+218+32=259 (34% of max value = 765). Red value is 9 (3.91% from 255 or 3.47% from 259); Green value is 218 (85.55% from 255 or 84.17% from 259); Blue value is 32 (12.89% from 255 or 12.36% from 259); Max value from RGB is 218 - color contains mainly: green. Hex color #09DA20 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #09DA20 is #F625DF. Grayscale: #868686. Windows color (decimal): -16131552 or 2152969. OLE color: 2152969.

HSL color Cylindrical-coordinate representation of color #09DA20: hue angle of 126.6º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09DA20 is Cyan = 0.96, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.15.

Color convert

RGB 9 218 32 -
CMYK 0.96 0 0.85 0.15
HSL 126.6º 0.92% 0.45% -
HSV(B) 126.6º 0.96% 0.85% -
XYZ 25.44 50.31 9.74 -
YUV 134.31 70.26 38.62 -
System Red Green Blue C M Y K H S L
Decimal 9 218 32 0.96 0 0.85 0.15 126.6 0.92 0.45
Hex 9 DA 20 60 0 55 F 7F 5C 2D
Octal 11 332 40 140 0 125 17 177 134 55
Binary 1001 11011010 100000 1100000 0 1010101 1111 1111111 1011100 101101

Color Harmonies of #09DA20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09DA20

Black with #09DA20

Text Example


Text Example

White with #09DA20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,218,32); }

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

background-color css

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

 a { background-color: rgb(9,218,32); }

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

border-color css

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

 span { border-color: rgb(9,218,32); }

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