Shades of Pastel Green #8AF063
Tints of Pastel Green #8AF063
RGB
CMYK
RGB Variations
Color information
#8AF063 (or 0x8AF063) is known color: Pastel Green. HEX triplet: 8A, F0 and 63. RGB value is (138,240,99). Sum of RGB (Red+Green+Blue) = 138+240+99=477 (63% of max value = 765). Red value is 138 (54.30% from 255 or 28.93% from 477); Green value is 240 (94.14% from 255 or 50.31% from 477); Blue value is 99 (39.06% from 255 or 20.75% from 477); Max value from RGB is 240 - color contains mainly: green. Hex color #8AF063 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8AF063 is #750F9C. Grayscale: #C1C1C1. Windows color (decimal): -7671709 or 6549642. OLE color: 6549642.
HSL color Cylindrical-coordinate representation of color #8AF063: hue angle of 103.4º degrees, saturation: 0.82, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #8AF063 is Cyan = 0.42, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 138 | 240 | 99 | - |
| CMYK | 0.42 | 0 | 0.59 | 0.06 |
| HSL | 103.4º | 0.82% | 0.66% | - |
| HSV(B) | 103.4º | 0.59% | 0.94% | - |
| XYZ | 43.89 | 68.62 | 22.74 | - |
| YUV | 193.43 | 74.71 | 88.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 240 | 99 | 0.42 | 0 | 0.59 | 0.06 | 103.4 | 0.82 | 0.66 |
| Hex | 8A | F0 | 63 | 2A | 0 | 3B | 6 | 67 | 52 | 42 |
| Octal | 212 | 360 | 143 | 52 | 0 | 73 | 6 | 147 | 122 | 102 |
| Binary | 10001010 | 11110000 | 1100011 | 101010 | 0 | 111011 | 110 | 1100111 | 1010010 | 1000010 |
Color Harmonies of #8AF063
Complementary color
Monochromatic Colors of #8AF063
Black with #8AF063
Text Example
Text Example
White with #8AF063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AF063; }
p { color: rgb(138,240,99); }
H1.HeaderClassName
{
color: #8AF063;
}
.AnyTagClassName
{
color: #8AF063;
}
</style>
background-color css
<style>
a { background-color: #8AF063; }
a { background-color: rgb(138,240,99); }
div.DivClassName
{
background-color: #8AF063;
}
.BgClassName
{
background-color: #8AF063;
}
</style>
border-color css
<style>
span { border-color: #8AF063; }
span { border-color: rgb(138,240,99); }
td.TdClassName
{
border-color: #8AF063;
}
.TagClassName
{
border-color: #8AF063;
}
</style>