Shades of Pastel Green #8AF564
Tints of Pastel Green #8AF564
RGB
CMYK
RGB Variations
Color information
#8AF564 (or 0x8AF564) is known color: Pastel Green. HEX triplet: 8A, F5 and 64. RGB value is (138,245,100). Sum of RGB (Red+Green+Blue) = 138+245+100=483 (63% of max value = 765). Red value is 138 (54.30% from 255 or 28.57% from 483); Green value is 245 (96.09% from 255 or 50.72% from 483); Blue value is 100 (39.45% from 255 or 20.70% from 483); Max value from RGB is 245 - color contains mainly: green. Hex color #8AF564 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8AF564 is #750A9B. Grayscale: #C4C4C4. Windows color (decimal): -7670428 or 6616458. OLE color: 6616458.
HSL color Cylindrical-coordinate representation of color #8AF564: hue angle of 104.28º 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 #8AF564 is Cyan = 0.44, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 138 | 245 | 100 | - |
| CMYK | 0.44 | 0 | 0.59 | 0.04 |
| HSL | 104.28º | 0.88% | 0.68% | - |
| HSV(B) | 104.28º | 0.59% | 0.96% | - |
| XYZ | 45.43 | 71.63 | 23.49 | - |
| YUV | 196.48 | 73.55 | 86.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 245 | 100 | 0.44 | 0 | 0.59 | 0.04 | 104.28 | 0.88 | 0.68 |
| Hex | 8A | F5 | 64 | 2C | 0 | 3B | 4 | 68 | 58 | 44 |
| Octal | 212 | 365 | 144 | 54 | 0 | 73 | 4 | 150 | 130 | 104 |
| Binary | 10001010 | 11110101 | 1100100 | 101100 | 0 | 111011 | 100 | 1101000 | 1011000 | 1000100 |
Color Harmonies of #8AF564
Complementary color
Monochromatic Colors of #8AF564
Black with #8AF564
Text Example
Text Example
White with #8AF564
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AF564; }
p { color: rgb(138,245,100); }
H1.HeaderClassName
{
color: #8AF564;
}
.AnyTagClassName
{
color: #8AF564;
}
</style>
background-color css
<style>
a { background-color: #8AF564; }
a { background-color: rgb(138,245,100); }
div.DivClassName
{
background-color: #8AF564;
}
.BgClassName
{
background-color: #8AF564;
}
</style>
border-color css
<style>
span { border-color: #8AF564; }
span { border-color: rgb(138,245,100); }
td.TdClassName
{
border-color: #8AF564;
}
.TagClassName
{
border-color: #8AF564;
}
</style>