Html Css Color HEX #06DA20 Free Speech Green

📋 copy color: '#06DA20'

red 6 ◦ green 218 ◦ blue 32

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

Shades of Free Speech Green #06DA20

Tints of Free Speech Green #06DA20

RGB

 RED value IS 6 (2.73% from 255) = 2.34%

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

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

R = 2.34%
G = 85.16%
B = 12.5%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.85

 K value IS 0.15

RGB Variations

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

Color information

#06DA20 (or 0x06DA20) is known color: Free Speech Green. HEX triplet: 06, DA and 20. RGB value is (6,218,32). Sum of RGB (Red+Green+Blue) = 6+218+32=256 (33% of max value = 765). Red value is 6 (2.73% from 255 or 2.34% from 256); Green value is 218 (85.55% from 255 or 85.16% from 256); Blue value is 32 (12.89% from 255 or 12.5% from 256); Max value from RGB is 218 - color contains mainly: green. Hex color #06DA20 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #06DA20 is #F925DF. Grayscale: #858585. Windows color (decimal): -16328160 or 2152966. OLE color: 2152966.

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

Color convert

RGB 6 218 32 -
CMYK 0.97 0 0.85 0.15
HSL 127.36º 0.95% 0.44% -
HSV(B) 127.36º 0.97% 0.85% -
XYZ 25.41 50.29 9.73 -
YUV 133.41 70.76 37.12 -
System Red Green Blue C M Y K H S L
Decimal 6 218 32 0.97 0 0.85 0.15 127.36 0.95 0.44
Hex 6 DA 20 61 0 55 F 7F 5F 2C
Octal 6 332 40 141 0 125 17 177 137 54
Binary 110 11011010 100000 1100001 0 1010101 1111 1111111 1011111 101100

Color Harmonies of #06DA20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06DA20

Black with #06DA20

Text Example


Text Example

White with #06DA20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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