Shades of Pastel Green #8AF565
Tints of Pastel Green #8AF565
RGB
CMYK
RGB Variations
Color information
#8AF565 (or 0x8AF565) is known color: Pastel Green. HEX triplet: 8A, F5 and 65. RGB value is (138,245,101). Sum of RGB (Red+Green+Blue) = 138+245+101=484 (64% of max value = 765). Red value is 138 (54.30% from 255 or 28.51% from 484); Green value is 245 (96.09% from 255 or 50.62% from 484); Blue value is 101 (39.84% from 255 or 20.87% from 484); Max value from RGB is 245 - color contains mainly: green. Hex color #8AF565 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8AF565 is #750A9A. Grayscale: #C5C5C5. Windows color (decimal): -7670427 or 6681994. OLE color: 6681994.
HSL color Cylindrical-coordinate representation of color #8AF565: hue angle of 104.58º degrees, saturation: 0.88, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #8AF565 is Cyan = 0.44, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 138 | 245 | 101 | - |
| CMYK | 0.44 | 0 | 0.59 | 0.04 |
| HSL | 104.58º | 0.88% | 0.68% | - |
| HSV(B) | 104.58º | 0.59% | 0.96% | - |
| XYZ | 45.48 | 71.65 | 23.74 | - |
| YUV | 196.59 | 74.05 | 86.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 245 | 101 | 0.44 | 0 | 0.59 | 0.04 | 104.58 | 0.88 | 0.68 |
| Hex | 8A | F5 | 65 | 2C | 0 | 3B | 4 | 69 | 58 | 44 |
| Octal | 212 | 365 | 145 | 54 | 0 | 73 | 4 | 151 | 130 | 104 |
| Binary | 10001010 | 11110101 | 1100101 | 101100 | 0 | 111011 | 100 | 1101001 | 1011000 | 1000100 |
Color Harmonies of #8AF565
Complementary color
Monochromatic Colors of #8AF565
Black with #8AF565
Text Example
Text Example
White with #8AF565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AF565; }
p { color: rgb(138,245,101); }
H1.HeaderClassName
{
color: #8AF565;
}
.AnyTagClassName
{
color: #8AF565;
}
</style>
background-color css
<style>
a { background-color: #8AF565; }
a { background-color: rgb(138,245,101); }
div.DivClassName
{
background-color: #8AF565;
}
.BgClassName
{
background-color: #8AF565;
}
</style>
border-color css
<style>
span { border-color: #8AF565; }
span { border-color: rgb(138,245,101); }
td.TdClassName
{
border-color: #8AF565;
}
.TagClassName
{
border-color: #8AF565;
}
</style>