Shades of Pastel Green #6AF078
Tints of Pastel Green #6AF078
RGB
CMYK
RGB Variations
Color information
#6AF078 (or 0x6AF078) is known color: Pastel Green. HEX triplet: 6A, F0 and 78. RGB value is (106,240,120). Sum of RGB (Red+Green+Blue) = 106+240+120=466 (61% of max value = 765). Red value is 106 (41.80% from 255 or 22.75% from 466); Green value is 240 (94.14% from 255 or 51.50% from 466); Blue value is 120 (47.27% from 255 or 25.75% from 466); Max value from RGB is 240 - color contains mainly: green. Hex color #6AF078 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #6AF078 is #950F87. Grayscale: #BABABA. Windows color (decimal): -9768840 or 7925866. OLE color: 7925866.
HSL color Cylindrical-coordinate representation of color #6AF078: hue angle of 126.27º 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 #6AF078 is Cyan = 0.56, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 106 | 240 | 120 | - |
| CMYK | 0.56 | 0 | 0.5 | 0.06 |
| HSL | 126.27º | 0.82% | 0.68% | - |
| HSV(B) | 126.27º | 0.56% | 0.94% | - |
| XYZ | 40.49 | 66.74 | 28.52 | - |
| YUV | 186.25 | 90.61 | 70.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 240 | 120 | 0.56 | 0 | 0.5 | 0.06 | 126.27 | 0.82 | 0.68 |
| Hex | 6A | F0 | 78 | 38 | 0 | 32 | 6 | 7E | 52 | 44 |
| Octal | 152 | 360 | 170 | 70 | 0 | 62 | 6 | 176 | 122 | 104 |
| Binary | 1101010 | 11110000 | 1111000 | 111000 | 0 | 110010 | 110 | 1111110 | 1010010 | 1000100 |
Color Harmonies of #6AF078
Complementary color
Monochromatic Colors of #6AF078
Black with #6AF078
Text Example
Text Example
White with #6AF078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AF078; }
p { color: rgb(106,240,120); }
H1.HeaderClassName
{
color: #6AF078;
}
.AnyTagClassName
{
color: #6AF078;
}
</style>
background-color css
<style>
a { background-color: #6AF078; }
a { background-color: rgb(106,240,120); }
div.DivClassName
{
background-color: #6AF078;
}
.BgClassName
{
background-color: #6AF078;
}
</style>
border-color css
<style>
span { border-color: #6AF078; }
span { border-color: rgb(106,240,120); }
td.TdClassName
{
border-color: #6AF078;
}
.TagClassName
{
border-color: #6AF078;
}
</style>