Shades of Pastel Green #6AD85A
Tints of Pastel Green #6AD85A
RGB
CMYK
RGB Variations
Color information
#6AD85A (or 0x6AD85A) is known color: Pastel Green. HEX triplet: 6A, D8 and 5A. RGB value is (106,216,90). Sum of RGB (Red+Green+Blue) = 106+216+90=412 (54% of max value = 765). Red value is 106 (41.80% from 255 or 25.73% from 412); Green value is 216 (84.77% from 255 or 52.43% from 412); Blue value is 90 (35.55% from 255 or 21.84% from 412); Max value from RGB is 216 - color contains mainly: green. Hex color #6AD85A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6AD85A is #9527A5. Grayscale: #A9A9A9. Windows color (decimal): -9775014 or 5953642. OLE color: 5953642.
HSL color Cylindrical-coordinate representation of color #6AD85A: hue angle of 112.38º degrees, saturation: 0.62, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6AD85A is Cyan = 0.51, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 106 | 216 | 90 | - |
| CMYK | 0.51 | 0 | 0.58 | 0.15 |
| HSL | 112.38º | 0.62% | 0.6% | - |
| HSV(B) | 112.38º | 0.58% | 0.85% | - |
| XYZ | 32.35 | 52.91 | 18.18 | - |
| YUV | 168.75 | 83.56 | 83.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 216 | 90 | 0.51 | 0 | 0.58 | 0.15 | 112.38 | 0.62 | 0.6 |
| Hex | 6A | D8 | 5A | 33 | 0 | 3A | F | 70 | 3E | 3C |
| Octal | 152 | 330 | 132 | 63 | 0 | 72 | 17 | 160 | 76 | 74 |
| Binary | 1101010 | 11011000 | 1011010 | 110011 | 0 | 111010 | 1111 | 1110000 | 111110 | 111100 |
Color Harmonies of #6AD85A
Complementary color
Monochromatic Colors of #6AD85A
Black with #6AD85A
Text Example
Text Example
White with #6AD85A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AD85A; }
p { color: rgb(106,216,90); }
H1.HeaderClassName
{
color: #6AD85A;
}
.AnyTagClassName
{
color: #6AD85A;
}
</style>
background-color css
<style>
a { background-color: #6AD85A; }
a { background-color: rgb(106,216,90); }
div.DivClassName
{
background-color: #6AD85A;
}
.BgClassName
{
background-color: #6AD85A;
}
</style>
border-color css
<style>
span { border-color: #6AD85A; }
span { border-color: rgb(106,216,90); }
td.TdClassName
{
border-color: #6AD85A;
}
.TagClassName
{
border-color: #6AD85A;
}
</style>