Shades of Pastel Green #8AF56A
Tints of Pastel Green #8AF56A
RGB
CMYK
RGB Variations
Color information
#8AF56A (or 0x8AF56A) is known color: Pastel Green. HEX triplet: 8A, F5 and 6A. RGB value is (138,245,106). Sum of RGB (Red+Green+Blue) = 138+245+106=489 (64% of max value = 765). Red value is 138 (54.30% from 255 or 28.22% from 489); Green value is 245 (96.09% from 255 or 50.10% from 489); Blue value is 106 (41.80% from 255 or 21.68% from 489); Max value from RGB is 245 - color contains mainly: green. Hex color #8AF56A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8AF56A is #750A95. Grayscale: #C5C5C5. Windows color (decimal): -7670422 or 7009674. OLE color: 7009674.
HSL color Cylindrical-coordinate representation of color #8AF56A: hue angle of 106.19º degrees, saturation: 0.87, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8AF56A is Cyan = 0.44, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 138 | 245 | 106 | - |
| CMYK | 0.44 | 0 | 0.57 | 0.04 |
| HSL | 106.19º | 0.87% | 0.69% | - |
| HSV(B) | 106.19º | 0.57% | 0.96% | - |
| XYZ | 45.74 | 71.75 | 25.07 | - |
| YUV | 197.16 | 76.55 | 85.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 245 | 106 | 0.44 | 0 | 0.57 | 0.04 | 106.19 | 0.87 | 0.69 |
| Hex | 8A | F5 | 6A | 2C | 0 | 39 | 4 | 6A | 57 | 45 |
| Octal | 212 | 365 | 152 | 54 | 0 | 71 | 4 | 152 | 127 | 105 |
| Binary | 10001010 | 11110101 | 1101010 | 101100 | 0 | 111001 | 100 | 1101010 | 1010111 | 1000101 |
Color Harmonies of #8AF56A
Complementary color
Monochromatic Colors of #8AF56A
Black with #8AF56A
Text Example
Text Example
White with #8AF56A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AF56A; }
p { color: rgb(138,245,106); }
H1.HeaderClassName
{
color: #8AF56A;
}
.AnyTagClassName
{
color: #8AF56A;
}
</style>
background-color css
<style>
a { background-color: #8AF56A; }
a { background-color: rgb(138,245,106); }
div.DivClassName
{
background-color: #8AF56A;
}
.BgClassName
{
background-color: #8AF56A;
}
</style>
border-color css
<style>
span { border-color: #8AF56A; }
span { border-color: rgb(138,245,106); }
td.TdClassName
{
border-color: #8AF56A;
}
.TagClassName
{
border-color: #8AF56A;
}
</style>