Shades of Pastel Green #8AF069
Tints of Pastel Green #8AF069
RGB
CMYK
RGB Variations
Color information
#8AF069 (or 0x8AF069) is known color: Pastel Green. HEX triplet: 8A, F0 and 69. RGB value is (138,240,105). Sum of RGB (Red+Green+Blue) = 138+240+105=483 (63% of max value = 765). Red value is 138 (54.30% from 255 or 28.57% from 483); Green value is 240 (94.14% from 255 or 49.69% from 483); Blue value is 105 (41.41% from 255 or 21.74% from 483); Max value from RGB is 240 - color contains mainly: green. Hex color #8AF069 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8AF069 is #750F96. Grayscale: #C2C2C2. Windows color (decimal): -7671703 or 6942858. OLE color: 6942858.
HSL color Cylindrical-coordinate representation of color #8AF069: hue angle of 105.33º degrees, saturation: 0.82, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8AF069 is Cyan = 0.42, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 138 | 240 | 105 | - |
| CMYK | 0.42 | 0 | 0.56 | 0.06 |
| HSL | 105.33º | 0.82% | 0.68% | - |
| HSV(B) | 105.33º | 0.56% | 0.94% | - |
| XYZ | 44.19 | 68.74 | 24.3 | - |
| YUV | 194.11 | 77.71 | 87.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 240 | 105 | 0.42 | 0 | 0.56 | 0.06 | 105.33 | 0.82 | 0.68 |
| Hex | 8A | F0 | 69 | 2A | 0 | 38 | 6 | 69 | 52 | 44 |
| Octal | 212 | 360 | 151 | 52 | 0 | 70 | 6 | 151 | 122 | 104 |
| Binary | 10001010 | 11110000 | 1101001 | 101010 | 0 | 111000 | 110 | 1101001 | 1010010 | 1000100 |
Color Harmonies of #8AF069
Complementary color
Monochromatic Colors of #8AF069
Black with #8AF069
Text Example
Text Example
White with #8AF069
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AF069; }
p { color: rgb(138,240,105); }
H1.HeaderClassName
{
color: #8AF069;
}
.AnyTagClassName
{
color: #8AF069;
}
</style>
background-color css
<style>
a { background-color: #8AF069; }
a { background-color: rgb(138,240,105); }
div.DivClassName
{
background-color: #8AF069;
}
.BgClassName
{
background-color: #8AF069;
}
</style>
border-color css
<style>
span { border-color: #8AF069; }
span { border-color: rgb(138,240,105); }
td.TdClassName
{
border-color: #8AF069;
}
.TagClassName
{
border-color: #8AF069;
}
</style>