Shades of Pastel Green #6AD07B
Tints of Pastel Green #6AD07B
RGB
CMYK
RGB Variations
Color information
#6AD07B (or 0x6AD07B) is known color: Pastel Green. HEX triplet: 6A, D0 and 7B. RGB value is (106,208,123). Sum of RGB (Red+Green+Blue) = 106+208+123=437 (57% of max value = 765). Red value is 106 (41.80% from 255 or 24.26% from 437); Green value is 208 (81.64% from 255 or 47.60% from 437); Blue value is 123 (48.44% from 255 or 28.15% from 437); Max value from RGB is 208 - color contains mainly: green. Hex color #6AD07B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6AD07B is #952F84. Grayscale: #A8A8A8. Windows color (decimal): -9777029 or 8114282. OLE color: 8114282.
HSL color Cylindrical-coordinate representation of color #6AD07B: hue angle of 130º degrees, saturation: 0.52, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6AD07B is Cyan = 0.49, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 106 | 208 | 123 | - |
| CMYK | 0.49 | 0 | 0.41 | 0.18 |
| HSL | 130º | 0.52% | 0.62% | - |
| HSV(B) | 130º | 0.49% | 0.82% | - |
| XYZ | 32.07 | 49.61 | 26.62 | - |
| YUV | 167.81 | 102.71 | 83.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 208 | 123 | 0.49 | 0 | 0.41 | 0.18 | 130 | 0.52 | 0.62 |
| Hex | 6A | D0 | 7B | 31 | 0 | 29 | 12 | 82 | 34 | 3E |
| Octal | 152 | 320 | 173 | 61 | 0 | 51 | 22 | 202 | 64 | 76 |
| Binary | 1101010 | 11010000 | 1111011 | 110001 | 0 | 101001 | 10010 | 10000010 | 110100 | 111110 |
Color Harmonies of #6AD07B
Complementary color
Monochromatic Colors of #6AD07B
Black with #6AD07B
Text Example
Text Example
White with #6AD07B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AD07B; }
p { color: rgb(106,208,123); }
H1.HeaderClassName
{
color: #6AD07B;
}
.AnyTagClassName
{
color: #6AD07B;
}
</style>
background-color css
<style>
a { background-color: #6AD07B; }
a { background-color: rgb(106,208,123); }
div.DivClassName
{
background-color: #6AD07B;
}
.BgClassName
{
background-color: #6AD07B;
}
</style>
border-color css
<style>
span { border-color: #6AD07B; }
span { border-color: rgb(106,208,123); }
td.TdClassName
{
border-color: #6AD07B;
}
.TagClassName
{
border-color: #6AD07B;
}
</style>