Shades of Pastel Green #6AD074
Tints of Pastel Green #6AD074
RGB
CMYK
RGB Variations
Color information
#6AD074 (or 0x6AD074) is known color: Pastel Green. HEX triplet: 6A, D0 and 74. RGB value is (106,208,116). Sum of RGB (Red+Green+Blue) = 106+208+116=430 (56% of max value = 765). Red value is 106 (41.80% from 255 or 24.65% from 430); Green value is 208 (81.64% from 255 or 48.37% from 430); Blue value is 116 (45.70% from 255 or 26.98% from 430); Max value from RGB is 208 - color contains mainly: green. Hex color #6AD074 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6AD074 is #952F8B. Grayscale: #A7A7A7. Windows color (decimal): -9777036 or 7655530. OLE color: 7655530.
HSL color Cylindrical-coordinate representation of color #6AD074: hue angle of 125.88º 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 #6AD074 is Cyan = 0.49, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 106 | 208 | 116 | - |
| CMYK | 0.49 | 0 | 0.44 | 0.18 |
| HSL | 125.88º | 0.52% | 0.62% | - |
| HSV(B) | 125.88º | 0.49% | 0.82% | - |
| XYZ | 31.65 | 49.44 | 24.4 | - |
| YUV | 167.01 | 99.21 | 84.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 208 | 116 | 0.49 | 0 | 0.44 | 0.18 | 125.88 | 0.52 | 0.62 |
| Hex | 6A | D0 | 74 | 31 | 0 | 2C | 12 | 7E | 34 | 3E |
| Octal | 152 | 320 | 164 | 61 | 0 | 54 | 22 | 176 | 64 | 76 |
| Binary | 1101010 | 11010000 | 1110100 | 110001 | 0 | 101100 | 10010 | 1111110 | 110100 | 111110 |
Color Harmonies of #6AD074
Complementary color
Monochromatic Colors of #6AD074
Black with #6AD074
Text Example
Text Example
White with #6AD074
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AD074; }
p { color: rgb(106,208,116); }
H1.HeaderClassName
{
color: #6AD074;
}
.AnyTagClassName
{
color: #6AD074;
}
</style>
background-color css
<style>
a { background-color: #6AD074; }
a { background-color: rgb(106,208,116); }
div.DivClassName
{
background-color: #6AD074;
}
.BgClassName
{
background-color: #6AD074;
}
</style>
border-color css
<style>
span { border-color: #6AD074; }
span { border-color: rgb(106,208,116); }
td.TdClassName
{
border-color: #6AD074;
}
.TagClassName
{
border-color: #6AD074;
}
</style>