Shades of Pastel Green #8AF373
Tints of Pastel Green #8AF373
RGB
CMYK
RGB Variations
Color information
#8AF373 (or 0x8AF373) is known color: Pastel Green. HEX triplet: 8A, F3 and 73. RGB value is (138,243,115). Sum of RGB (Red+Green+Blue) = 138+243+115=496 (65% of max value = 765). Red value is 138 (54.30% from 255 or 27.82% from 496); Green value is 243 (95.31% from 255 or 48.99% from 496); Blue value is 115 (45.31% from 255 or 23.19% from 496); Max value from RGB is 243 - color contains mainly: green. Hex color #8AF373 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8AF373 is #750C8C. Grayscale: #C5C5C5. Windows color (decimal): -7670925 or 7598986. OLE color: 7598986.
HSL color Cylindrical-coordinate representation of color #8AF373: hue angle of 109.22º degrees, saturation: 0.84, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8AF373 is Cyan = 0.43, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 138 | 243 | 115 | - |
| CMYK | 0.43 | 0 | 0.53 | 0.05 |
| HSL | 109.22º | 0.84% | 0.7% | - |
| HSV(B) | 109.22º | 0.53% | 0.95% | - |
| XYZ | 45.63 | 70.74 | 27.47 | - |
| YUV | 197.01 | 81.71 | 85.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 243 | 115 | 0.43 | 0 | 0.53 | 0.05 | 109.22 | 0.84 | 0.7 |
| Hex | 8A | F3 | 73 | 2B | 0 | 35 | 5 | 6D | 54 | 46 |
| Octal | 212 | 363 | 163 | 53 | 0 | 65 | 5 | 155 | 124 | 106 |
| Binary | 10001010 | 11110011 | 1110011 | 101011 | 0 | 110101 | 101 | 1101101 | 1010100 | 1000110 |
Color Harmonies of #8AF373
Complementary color
Monochromatic Colors of #8AF373
Black with #8AF373
Text Example
Text Example
White with #8AF373
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AF373; }
p { color: rgb(138,243,115); }
H1.HeaderClassName
{
color: #8AF373;
}
.AnyTagClassName
{
color: #8AF373;
}
</style>
background-color css
<style>
a { background-color: #8AF373; }
a { background-color: rgb(138,243,115); }
div.DivClassName
{
background-color: #8AF373;
}
.BgClassName
{
background-color: #8AF373;
}
</style>
border-color css
<style>
span { border-color: #8AF373; }
span { border-color: rgb(138,243,115); }
td.TdClassName
{
border-color: #8AF373;
}
.TagClassName
{
border-color: #8AF373;
}
</style>