Shades of Pastel Green #6AE984
Tints of Pastel Green #6AE984
RGB
CMYK
RGB Variations
Color information
#6AE984 (or 0x6AE984) is known color: Pastel Green. HEX triplet: 6A, E9 and 84. RGB value is (106,233,132). Sum of RGB (Red+Green+Blue) = 106+233+132=471 (62% of max value = 765). Red value is 106 (41.80% from 255 or 22.51% from 471); Green value is 233 (91.41% from 255 or 49.47% from 471); Blue value is 132 (51.95% from 255 or 28.03% from 471); Max value from RGB is 233 - color contains mainly: green. Hex color #6AE984 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #6AE984 is #95167B. Grayscale: #B7B7B7. Windows color (decimal): -9770620 or 8710506. OLE color: 8710506.
HSL color Cylindrical-coordinate representation of color #6AE984: hue angle of 132.28º degrees, saturation: 0.74, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6AE984 is Cyan = 0.55, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 106 | 233 | 132 | - |
| CMYK | 0.55 | 0 | 0.43 | 0.09 |
| HSL | 132.28º | 0.74% | 0.66% | - |
| HSV(B) | 132.28º | 0.55% | 0.91% | - |
| XYZ | 39.25 | 63.01 | 31.92 | - |
| YUV | 183.51 | 98.92 | 72.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 233 | 132 | 0.55 | 0 | 0.43 | 0.09 | 132.28 | 0.74 | 0.66 |
| Hex | 6A | E9 | 84 | 37 | 0 | 2B | 9 | 84 | 4A | 42 |
| Octal | 152 | 351 | 204 | 67 | 0 | 53 | 11 | 204 | 112 | 102 |
| Binary | 1101010 | 11101001 | 10000100 | 110111 | 0 | 101011 | 1001 | 10000100 | 1001010 | 1000010 |
Color Harmonies of #6AE984
Complementary color
Monochromatic Colors of #6AE984
Black with #6AE984
Text Example
Text Example
White with #6AE984
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AE984; }
p { color: rgb(106,233,132); }
H1.HeaderClassName
{
color: #6AE984;
}
.AnyTagClassName
{
color: #6AE984;
}
</style>
background-color css
<style>
a { background-color: #6AE984; }
a { background-color: rgb(106,233,132); }
div.DivClassName
{
background-color: #6AE984;
}
.BgClassName
{
background-color: #6AE984;
}
</style>
border-color css
<style>
span { border-color: #6AE984; }
span { border-color: rgb(106,233,132); }
td.TdClassName
{
border-color: #6AE984;
}
.TagClassName
{
border-color: #6AE984;
}
</style>