Shades of Pastel Green #6AF084
Tints of Pastel Green #6AF084
RGB
CMYK
RGB Variations
Color information
#6AF084 (or 0x6AF084) is known color: Pastel Green. HEX triplet: 6A, F0 and 84. RGB value is (106,240,132). Sum of RGB (Red+Green+Blue) = 106+240+132=478 (63% of max value = 765). Red value is 106 (41.80% from 255 or 22.18% from 478); Green value is 240 (94.14% from 255 or 50.21% from 478); Blue value is 132 (51.95% from 255 or 27.62% from 478); Max value from RGB is 240 - color contains mainly: green. Hex color #6AF084 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #6AF084 is #950F7B. Grayscale: #BBBBBB. Windows color (decimal): -9768828 or 8712298. OLE color: 8712298.
HSL color Cylindrical-coordinate representation of color #6AF084: hue angle of 131.64º degrees, saturation: 0.82, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6AF084 is Cyan = 0.56, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 106 | 240 | 132 | - |
| CMYK | 0.56 | 0 | 0.45 | 0.06 |
| HSL | 131.64º | 0.82% | 0.68% | - |
| HSV(B) | 131.64º | 0.56% | 0.94% | - |
| XYZ | 41.27 | 67.05 | 32.6 | - |
| YUV | 187.62 | 96.61 | 69.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 240 | 132 | 0.56 | 0 | 0.45 | 0.06 | 131.64 | 0.82 | 0.68 |
| Hex | 6A | F0 | 84 | 38 | 0 | 2D | 6 | 84 | 52 | 44 |
| Octal | 152 | 360 | 204 | 70 | 0 | 55 | 6 | 204 | 122 | 104 |
| Binary | 1101010 | 11110000 | 10000100 | 111000 | 0 | 101101 | 110 | 10000100 | 1010010 | 1000100 |
Color Harmonies of #6AF084
Complementary color
Monochromatic Colors of #6AF084
Black with #6AF084
Text Example
Text Example
White with #6AF084
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AF084; }
p { color: rgb(106,240,132); }
H1.HeaderClassName
{
color: #6AF084;
}
.AnyTagClassName
{
color: #6AF084;
}
</style>
background-color css
<style>
a { background-color: #6AF084; }
a { background-color: rgb(106,240,132); }
div.DivClassName
{
background-color: #6AF084;
}
.BgClassName
{
background-color: #6AF084;
}
</style>
border-color css
<style>
span { border-color: #6AF084; }
span { border-color: rgb(106,240,132); }
td.TdClassName
{
border-color: #6AF084;
}
.TagClassName
{
border-color: #6AF084;
}
</style>