Shades of Pastel Green #8AF463
Tints of Pastel Green #8AF463
RGB
CMYK
RGB Variations
Color information
#8AF463 (or 0x8AF463) is known color: Pastel Green. HEX triplet: 8A, F4 and 63. RGB value is (138,244,99). Sum of RGB (Red+Green+Blue) = 138+244+99=481 (63% of max value = 765). Red value is 138 (54.30% from 255 or 28.69% from 481); Green value is 244 (95.70% from 255 or 50.73% from 481); Blue value is 99 (39.06% from 255 or 20.58% from 481); Max value from RGB is 244 - color contains mainly: green. Hex color #8AF463 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8AF463 is #750B9C. Grayscale: #C4C4C4. Windows color (decimal): -7670685 or 6550666. OLE color: 6550666.
HSL color Cylindrical-coordinate representation of color #8AF463: hue angle of 103.86º degrees, saturation: 0.87, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #8AF463 is Cyan = 0.43, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 138 | 244 | 99 | - |
| CMYK | 0.43 | 0 | 0.59 | 0.04 |
| HSL | 103.86º | 0.87% | 0.67% | - |
| HSV(B) | 103.86º | 0.59% | 0.96% | - |
| XYZ | 45.08 | 71.01 | 23.13 | - |
| YUV | 195.78 | 73.38 | 86.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 244 | 99 | 0.43 | 0 | 0.59 | 0.04 | 103.86 | 0.87 | 0.67 |
| Hex | 8A | F4 | 63 | 2B | 0 | 3B | 4 | 68 | 57 | 43 |
| Octal | 212 | 364 | 143 | 53 | 0 | 73 | 4 | 150 | 127 | 103 |
| Binary | 10001010 | 11110100 | 1100011 | 101011 | 0 | 111011 | 100 | 1101000 | 1010111 | 1000011 |
Color Harmonies of #8AF463
Complementary color
Monochromatic Colors of #8AF463
Black with #8AF463
Text Example
Text Example
White with #8AF463
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AF463; }
p { color: rgb(138,244,99); }
H1.HeaderClassName
{
color: #8AF463;
}
.AnyTagClassName
{
color: #8AF463;
}
</style>
background-color css
<style>
a { background-color: #8AF463; }
a { background-color: rgb(138,244,99); }
div.DivClassName
{
background-color: #8AF463;
}
.BgClassName
{
background-color: #8AF463;
}
</style>
border-color css
<style>
span { border-color: #8AF463; }
span { border-color: rgb(138,244,99); }
td.TdClassName
{
border-color: #8AF463;
}
.TagClassName
{
border-color: #8AF463;
}
</style>