Shades of Pastel Green #6AF18A
Tints of Pastel Green #6AF18A
RGB
CMYK
RGB Variations
Color information
#6AF18A (or 0x6AF18A) is known color: Pastel Green. HEX triplet: 6A, F1 and 8A. RGB value is (106,241,138). Sum of RGB (Red+Green+Blue) = 106+241+138=485 (64% of max value = 765). Red value is 106 (41.80% from 255 or 21.86% from 485); Green value is 241 (94.53% from 255 or 49.69% from 485); Blue value is 138 (54.30% from 255 or 28.45% from 485); Max value from RGB is 241 - color contains mainly: green. Hex color #6AF18A is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #6AF18A is #950E75. Grayscale: #BDBDBD. Windows color (decimal): -9768566 or 9105770. OLE color: 9105770.
HSL color Cylindrical-coordinate representation of color #6AF18A: hue angle of 134.22º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6AF18A is Cyan = 0.56, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 106 | 241 | 138 | - |
| CMYK | 0.56 | 0 | 0.43 | 0.05 |
| HSL | 134.22º | 0.83% | 0.68% | - |
| HSV(B) | 134.22º | 0.56% | 0.95% | - |
| XYZ | 41.99 | 67.81 | 34.92 | - |
| YUV | 188.89 | 99.27 | 68.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 241 | 138 | 0.56 | 0 | 0.43 | 0.05 | 134.22 | 0.83 | 0.68 |
| Hex | 6A | F1 | 8A | 38 | 0 | 2B | 5 | 86 | 53 | 44 |
| Octal | 152 | 361 | 212 | 70 | 0 | 53 | 5 | 206 | 123 | 104 |
| Binary | 1101010 | 11110001 | 10001010 | 111000 | 0 | 101011 | 101 | 10000110 | 1010011 | 1000100 |
Color Harmonies of #6AF18A
Complementary color
Monochromatic Colors of #6AF18A
Black with #6AF18A
Text Example
Text Example
White with #6AF18A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AF18A; }
p { color: rgb(106,241,138); }
H1.HeaderClassName
{
color: #6AF18A;
}
.AnyTagClassName
{
color: #6AF18A;
}
</style>
background-color css
<style>
a { background-color: #6AF18A; }
a { background-color: rgb(106,241,138); }
div.DivClassName
{
background-color: #6AF18A;
}
.BgClassName
{
background-color: #6AF18A;
}
</style>
border-color css
<style>
span { border-color: #6AF18A; }
span { border-color: rgb(106,241,138); }
td.TdClassName
{
border-color: #6AF18A;
}
.TagClassName
{
border-color: #6AF18A;
}
</style>