Shades of Pastel Green #8AF066
Tints of Pastel Green #8AF066
RGB
CMYK
RGB Variations
Color information
#8AF066 (or 0x8AF066) is known color: Pastel Green. HEX triplet: 8A, F0 and 66. RGB value is (138,240,102). Sum of RGB (Red+Green+Blue) = 138+240+102=480 (63% of max value = 765). Red value is 138 (54.30% from 255 or 28.75% from 480); Green value is 240 (94.14% from 255 or 50% from 480); Blue value is 102 (40.23% from 255 or 21.25% from 480); Max value from RGB is 240 - color contains mainly: green. Hex color #8AF066 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8AF066 is #750F99. Grayscale: #C2C2C2. Windows color (decimal): -7671706 or 6746250. OLE color: 6746250.
HSL color Cylindrical-coordinate representation of color #8AF066: hue angle of 104.35º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8AF066 is Cyan = 0.42, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 138 | 240 | 102 | - |
| CMYK | 0.42 | 0 | 0.58 | 0.06 |
| HSL | 104.35º | 0.82% | 0.67% | - |
| HSV(B) | 104.35º | 0.58% | 0.94% | - |
| XYZ | 44.04 | 68.68 | 23.51 | - |
| YUV | 193.77 | 76.21 | 88.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 240 | 102 | 0.42 | 0 | 0.58 | 0.06 | 104.35 | 0.82 | 0.67 |
| Hex | 8A | F0 | 66 | 2A | 0 | 3A | 6 | 68 | 52 | 43 |
| Octal | 212 | 360 | 146 | 52 | 0 | 72 | 6 | 150 | 122 | 103 |
| Binary | 10001010 | 11110000 | 1100110 | 101010 | 0 | 111010 | 110 | 1101000 | 1010010 | 1000011 |
Color Harmonies of #8AF066
Complementary color
Monochromatic Colors of #8AF066
Black with #8AF066
Text Example
Text Example
White with #8AF066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AF066; }
p { color: rgb(138,240,102); }
H1.HeaderClassName
{
color: #8AF066;
}
.AnyTagClassName
{
color: #8AF066;
}
</style>
background-color css
<style>
a { background-color: #8AF066; }
a { background-color: rgb(138,240,102); }
div.DivClassName
{
background-color: #8AF066;
}
.BgClassName
{
background-color: #8AF066;
}
</style>
border-color css
<style>
span { border-color: #8AF066; }
span { border-color: rgb(138,240,102); }
td.TdClassName
{
border-color: #8AF066;
}
.TagClassName
{
border-color: #8AF066;
}
</style>