Shades of Pastel Green #6AD267
Tints of Pastel Green #6AD267
RGB
CMYK
RGB Variations
Color information
#6AD267 (or 0x6AD267) is known color: Pastel Green. HEX triplet: 6A, D2 and 67. RGB value is (106,210,103). Sum of RGB (Red+Green+Blue) = 106+210+103=419 (55% of max value = 765). Red value is 106 (41.80% from 255 or 25.30% from 419); Green value is 210 (82.42% from 255 or 50.12% from 419); Blue value is 103 (40.62% from 255 or 24.58% from 419); Max value from RGB is 210 - color contains mainly: green. Hex color #6AD267 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6AD267 is #952D98. Grayscale: #A7A7A7. Windows color (decimal): -9776537 or 6804074. OLE color: 6804074.
HSL color Cylindrical-coordinate representation of color #6AD267: hue angle of 118.32º degrees, saturation: 0.54, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6AD267 is Cyan = 0.50, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 106 | 210 | 103 | - |
| CMYK | 0.50 | 0 | 0.51 | 0.18 |
| HSL | 118.32º | 0.54% | 0.61% | - |
| HSV(B) | 118.32º | 0.51% | 0.82% | - |
| XYZ | 31.44 | 50.14 | 20.85 | - |
| YUV | 166.71 | 92.04 | 84.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 210 | 103 | 0.50 | 0 | 0.51 | 0.18 | 118.32 | 0.54 | 0.61 |
| Hex | 6A | D2 | 67 | 32 | 0 | 33 | 12 | 76 | 36 | 3D |
| Octal | 152 | 322 | 147 | 62 | 0 | 63 | 22 | 166 | 66 | 75 |
| Binary | 1101010 | 11010010 | 1100111 | 110010 | 0 | 110011 | 10010 | 1110110 | 110110 | 111101 |
Color Harmonies of #6AD267
Complementary color
Monochromatic Colors of #6AD267
Black with #6AD267
Text Example
Text Example
White with #6AD267
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AD267; }
p { color: rgb(106,210,103); }
H1.HeaderClassName
{
color: #6AD267;
}
.AnyTagClassName
{
color: #6AD267;
}
</style>
background-color css
<style>
a { background-color: #6AD267; }
a { background-color: rgb(106,210,103); }
div.DivClassName
{
background-color: #6AD267;
}
.BgClassName
{
background-color: #6AD267;
}
</style>
border-color css
<style>
span { border-color: #6AD267; }
span { border-color: rgb(106,210,103); }
td.TdClassName
{
border-color: #6AD267;
}
.TagClassName
{
border-color: #6AD267;
}
</style>