Shades of Pastel Green #6AF38F
Tints of Pastel Green #6AF38F
RGB
CMYK
RGB Variations
Color information
#6AF38F (or 0x6AF38F) is known color: Pastel Green. HEX triplet: 6A, F3 and 8F. RGB value is (106,243,143). Sum of RGB (Red+Green+Blue) = 106+243+143=492 (65% of max value = 765). Red value is 106 (41.80% from 255 or 21.54% from 492); Green value is 243 (95.31% from 255 or 49.39% from 492); Blue value is 143 (56.25% from 255 or 29.07% from 492); Max value from RGB is 243 - color contains mainly: green. Hex color #6AF38F is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #6AF38F is #950C70. Grayscale: #BEBEBE. Windows color (decimal): -9768049 or 9433962. OLE color: 9433962.
HSL color Cylindrical-coordinate representation of color #6AF38F: hue angle of 136.2º degrees, saturation: 0.85, 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 #6AF38F is Cyan = 0.56, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 106 | 243 | 143 | - |
| CMYK | 0.56 | 0 | 0.41 | 0.05 |
| HSL | 136.2º | 0.85% | 0.68% | - |
| HSV(B) | 136.2º | 0.56% | 0.95% | - |
| XYZ | 42.95 | 69.15 | 37.07 | - |
| YUV | 190.64 | 101.11 | 67.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 243 | 143 | 0.56 | 0 | 0.41 | 0.05 | 136.2 | 0.85 | 0.68 |
| Hex | 6A | F3 | 8F | 38 | 0 | 29 | 5 | 88 | 55 | 44 |
| Octal | 152 | 363 | 217 | 70 | 0 | 51 | 5 | 210 | 125 | 104 |
| Binary | 1101010 | 11110011 | 10001111 | 111000 | 0 | 101001 | 101 | 10001000 | 1010101 | 1000100 |
Color Harmonies of #6AF38F
Complementary color
Monochromatic Colors of #6AF38F
Black with #6AF38F
Text Example
Text Example
White with #6AF38F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AF38F; }
p { color: rgb(106,243,143); }
H1.HeaderClassName
{
color: #6AF38F;
}
.AnyTagClassName
{
color: #6AF38F;
}
</style>
background-color css
<style>
a { background-color: #6AF38F; }
a { background-color: rgb(106,243,143); }
div.DivClassName
{
background-color: #6AF38F;
}
.BgClassName
{
background-color: #6AF38F;
}
</style>
border-color css
<style>
span { border-color: #6AF38F; }
span { border-color: rgb(106,243,143); }
td.TdClassName
{
border-color: #6AF38F;
}
.TagClassName
{
border-color: #6AF38F;
}
</style>