Shades of Pastel Green #6AD26B
Tints of Pastel Green #6AD26B
RGB
CMYK
RGB Variations
Color information
#6AD26B (or 0x6AD26B) is known color: Pastel Green. HEX triplet: 6A, D2 and 6B. RGB value is (106,210,107). Sum of RGB (Red+Green+Blue) = 106+210+107=423 (56% of max value = 765). Red value is 106 (41.80% from 255 or 25.06% from 423); Green value is 210 (82.42% from 255 or 49.65% from 423); Blue value is 107 (42.19% from 255 or 25.30% from 423); Max value from RGB is 210 - color contains mainly: green. Hex color #6AD26B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6AD26B is #952D94. Grayscale: #A7A7A7. Windows color (decimal): -9776533 or 7066218. OLE color: 7066218.
HSL color Cylindrical-coordinate representation of color #6AD26B: hue angle of 120.58º degrees, saturation: 0.54, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6AD26B is Cyan = 0.50, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 106 | 210 | 107 | - |
| CMYK | 0.50 | 0 | 0.49 | 0.18 |
| HSL | 120.58º | 0.54% | 0.62% | - |
| HSV(B) | 120.58º | 0.5% | 0.82% | - |
| XYZ | 31.64 | 50.22 | 21.94 | - |
| YUV | 167.16 | 94.04 | 84.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 210 | 107 | 0.50 | 0 | 0.49 | 0.18 | 120.58 | 0.54 | 0.62 |
| Hex | 6A | D2 | 6B | 32 | 0 | 31 | 12 | 79 | 36 | 3E |
| Octal | 152 | 322 | 153 | 62 | 0 | 61 | 22 | 171 | 66 | 76 |
| Binary | 1101010 | 11010010 | 1101011 | 110010 | 0 | 110001 | 10010 | 1111001 | 110110 | 111110 |
Color Harmonies of #6AD26B
Complementary color
Monochromatic Colors of #6AD26B
Black with #6AD26B
Text Example
Text Example
White with #6AD26B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AD26B; }
p { color: rgb(106,210,107); }
H1.HeaderClassName
{
color: #6AD26B;
}
.AnyTagClassName
{
color: #6AD26B;
}
</style>
background-color css
<style>
a { background-color: #6AD26B; }
a { background-color: rgb(106,210,107); }
div.DivClassName
{
background-color: #6AD26B;
}
.BgClassName
{
background-color: #6AD26B;
}
</style>
border-color css
<style>
span { border-color: #6AD26B; }
span { border-color: rgb(106,210,107); }
td.TdClassName
{
border-color: #6AD26B;
}
.TagClassName
{
border-color: #6AD26B;
}
</style>