Shades of Pastel Green #6AF18C
Tints of Pastel Green #6AF18C
RGB
CMYK
RGB Variations
Color information
#6AF18C (or 0x6AF18C) is known color: Pastel Green. HEX triplet: 6A, F1 and 8C. RGB value is (106,241,140). Sum of RGB (Red+Green+Blue) = 106+241+140=487 (64% of max value = 765). Red value is 106 (41.80% from 255 or 21.77% from 487); Green value is 241 (94.53% from 255 or 49.49% from 487); Blue value is 140 (55.08% from 255 or 28.75% from 487); Max value from RGB is 241 - color contains mainly: green. Hex color #6AF18C is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #6AF18C is #950E73. Grayscale: #BDBDBD. Windows color (decimal): -9768564 or 9236842. OLE color: 9236842.
HSL color Cylindrical-coordinate representation of color #6AF18C: hue angle of 135.11º 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 #6AF18C is Cyan = 0.56, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 106 | 241 | 140 | - |
| CMYK | 0.56 | 0 | 0.42 | 0.05 |
| HSL | 135.11º | 0.83% | 0.68% | - |
| HSV(B) | 135.11º | 0.56% | 0.95% | - |
| XYZ | 42.13 | 67.87 | 35.69 | - |
| YUV | 189.12 | 100.27 | 68.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 241 | 140 | 0.56 | 0 | 0.42 | 0.05 | 135.11 | 0.83 | 0.68 |
| Hex | 6A | F1 | 8C | 38 | 0 | 2A | 5 | 87 | 53 | 44 |
| Octal | 152 | 361 | 214 | 70 | 0 | 52 | 5 | 207 | 123 | 104 |
| Binary | 1101010 | 11110001 | 10001100 | 111000 | 0 | 101010 | 101 | 10000111 | 1010011 | 1000100 |
Color Harmonies of #6AF18C
Complementary color
Monochromatic Colors of #6AF18C
Black with #6AF18C
Text Example
Text Example
White with #6AF18C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AF18C; }
p { color: rgb(106,241,140); }
H1.HeaderClassName
{
color: #6AF18C;
}
.AnyTagClassName
{
color: #6AF18C;
}
</style>
background-color css
<style>
a { background-color: #6AF18C; }
a { background-color: rgb(106,241,140); }
div.DivClassName
{
background-color: #6AF18C;
}
.BgClassName
{
background-color: #6AF18C;
}
</style>
border-color css
<style>
span { border-color: #6AF18C; }
span { border-color: rgb(106,241,140); }
td.TdClassName
{
border-color: #6AF18C;
}
.TagClassName
{
border-color: #6AF18C;
}
</style>