Shades of Pastel Green #6ADB5A
Tints of Pastel Green #6ADB5A
RGB
CMYK
RGB Variations
Color information
#6ADB5A (or 0x6ADB5A) is known color: Pastel Green. HEX triplet: 6A, DB and 5A. RGB value is (106,219,90). Sum of RGB (Red+Green+Blue) = 106+219+90=415 (54% of max value = 765). Red value is 106 (41.80% from 255 or 25.54% from 415); Green value is 219 (85.94% from 255 or 52.77% from 415); Blue value is 90 (35.55% from 255 or 21.69% from 415); Max value from RGB is 219 - color contains mainly: green. Hex color #6ADB5A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6ADB5A is #9524A5. Grayscale: #AAAAAA. Windows color (decimal): -9774246 or 5954410. OLE color: 5954410.
HSL color Cylindrical-coordinate representation of color #6ADB5A: hue angle of 112.56º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6ADB5A is Cyan = 0.52, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 106 | 219 | 90 | - |
| CMYK | 0.52 | 0 | 0.59 | 0.14 |
| HSL | 112.56º | 0.64% | 0.61% | - |
| HSV(B) | 112.56º | 0.59% | 0.86% | - |
| XYZ | 33.12 | 54.47 | 18.44 | - |
| YUV | 170.51 | 82.56 | 81.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 219 | 90 | 0.52 | 0 | 0.59 | 0.14 | 112.56 | 0.64 | 0.61 |
| Hex | 6A | DB | 5A | 34 | 0 | 3B | E | 71 | 40 | 3D |
| Octal | 152 | 333 | 132 | 64 | 0 | 73 | 16 | 161 | 100 | 75 |
| Binary | 1101010 | 11011011 | 1011010 | 110100 | 0 | 111011 | 1110 | 1110001 | 1000000 | 111101 |
Color Harmonies of #6ADB5A
Complementary color
Monochromatic Colors of #6ADB5A
Black with #6ADB5A
Text Example
Text Example
White with #6ADB5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ADB5A; }
p { color: rgb(106,219,90); }
H1.HeaderClassName
{
color: #6ADB5A;
}
.AnyTagClassName
{
color: #6ADB5A;
}
</style>
background-color css
<style>
a { background-color: #6ADB5A; }
a { background-color: rgb(106,219,90); }
div.DivClassName
{
background-color: #6ADB5A;
}
.BgClassName
{
background-color: #6ADB5A;
}
</style>
border-color css
<style>
span { border-color: #6ADB5A; }
span { border-color: rgb(106,219,90); }
td.TdClassName
{
border-color: #6ADB5A;
}
.TagClassName
{
border-color: #6ADB5A;
}
</style>