Shades of Free Speech Green #06DB1A
Tints of Free Speech Green #06DB1A
RGB
CMYK
RGB Variations
Color information
#06DB1A (or 0x06DB1A) is known color: Free Speech Green. HEX triplet: 06, DB and 1A. RGB value is (6,219,26). Sum of RGB (Red+Green+Blue) = 6+219+26=251 (33% of max value = 765). Red value is 6 (2.73% from 255 or 2.39% from 251); Green value is 219 (85.94% from 255 or 87.25% from 251); Blue value is 26 (10.55% from 255 or 10.36% from 251); Max value from RGB is 219 - color contains mainly: green. Hex color #06DB1A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #06DB1A is #F924E5. Grayscale: #858585. Windows color (decimal): -16327910 or 1760006. OLE color: 1760006.
HSL color Cylindrical-coordinate representation of color #06DB1A: hue angle of 125.63º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06DB1A is Cyan = 0.97, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 6 | 219 | 26 | - |
| CMYK | 0.97 | 0 | 0.88 | 0.14 |
| HSL | 125.63º | 0.95% | 0.44% | - |
| HSV(B) | 125.63º | 0.97% | 0.86% | - |
| XYZ | 25.59 | 50.78 | 9.43 | - |
| YUV | 133.31 | 67.43 | 37.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 219 | 26 | 0.97 | 0 | 0.88 | 0.14 | 125.63 | 0.95 | 0.44 |
| Hex | 6 | DB | 1A | 61 | 0 | 58 | E | 7E | 5F | 2C |
| Octal | 6 | 333 | 32 | 141 | 0 | 130 | 16 | 176 | 137 | 54 |
| Binary | 110 | 11011011 | 11010 | 1100001 | 0 | 1011000 | 1110 | 1111110 | 1011111 | 101100 |
Color Harmonies of #06DB1A
Complementary color
Monochromatic Colors of #06DB1A
Black with #06DB1A
Text Example
Text Example
White with #06DB1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06DB1A; }
p { color: rgb(6,219,26); }
H1.HeaderClassName
{
color: #06DB1A;
}
.AnyTagClassName
{
color: #06DB1A;
}
</style>
background-color css
<style>
a { background-color: #06DB1A; }
a { background-color: rgb(6,219,26); }
div.DivClassName
{
background-color: #06DB1A;
}
.BgClassName
{
background-color: #06DB1A;
}
</style>
border-color css
<style>
span { border-color: #06DB1A; }
span { border-color: rgb(6,219,26); }
td.TdClassName
{
border-color: #06DB1A;
}
.TagClassName
{
border-color: #06DB1A;
}
</style>