#06DD06

Color #06DD06 Free Speech Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Free Speech Green #06DD06

Tints of Free Speech Green #06DD06

Color information

#06DD06 (or 0x06DD06) is unknown color: approx Free Speech Green. HEX triplet: 06, DD and 06. RGB value is (6,221,6). Sum of RGB (Red+Green+Blue) = 6+221+6=233 (30% of max value = 765). Red value is 6 (2.73% from 255 or 2.58% from 233); Green value is 221 (86.72% from 255 or 94.85% from 233); Blue value is 6 (2.73% from 255 or 2.58% from 233); Max value from RGB is 221 - color contains mainly: green. Hex color #06DD06 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #06DD06 is #F922F9. Grayscale: #848484. Windows color (decimal): -16327418 or 449798. OLE color: 449798.

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

Color convert

RGB62216-
CMYK0.9700.970.13
HSL120º94.71%44.51%-
HSV(B)120º97.29%86.67%-
XYZ25.9651.768.8-
YUV132.2156.7737.98-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.58%
GREEN value IS 221 (86.72% from 255) = 94.85%
BLUE value IS 6 (2.73% from 255) = 2.58%
R=2.58%
G=94.85%
B=2.58%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal622160.9700.970.1312094.7144.51
Hex6DD661061D785f2d
Octal6335614101411517013755
Binary11011011101110110000101100001110111110001011111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06DD06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(6,221,6); }

 H1.HeaderClassName
 {
   color: #06DD06;
 }
 .AnyTagClassName
 {
   color: #06DD06;
 }
</style>
background-color css

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

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

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

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

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

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