Shades of Pastel Green #8AF06B
Tints of Pastel Green #8AF06B
RGB
CMYK
RGB Variations
Color information
#8AF06B (or 0x8AF06B) is known color: Pastel Green. HEX triplet: 8A, F0 and 6B. RGB value is (138,240,107). Sum of RGB (Red+Green+Blue) = 138+240+107=485 (64% of max value = 765). Red value is 138 (54.30% from 255 or 28.45% from 485); Green value is 240 (94.14% from 255 or 49.48% from 485); Blue value is 107 (42.19% from 255 or 22.06% from 485); Max value from RGB is 240 - color contains mainly: green. Hex color #8AF06B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8AF06B is #750F94. Grayscale: #C2C2C2. Windows color (decimal): -7671701 or 7073930. OLE color: 7073930.
HSL color Cylindrical-coordinate representation of color #8AF06B: hue angle of 106.02º degrees, saturation: 0.82, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8AF06B is Cyan = 0.42, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 138 | 240 | 107 | - |
| CMYK | 0.42 | 0 | 0.55 | 0.06 |
| HSL | 106.02º | 0.82% | 0.68% | - |
| HSV(B) | 106.02º | 0.55% | 0.94% | - |
| XYZ | 44.3 | 68.78 | 24.85 | - |
| YUV | 194.34 | 78.71 | 87.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 240 | 107 | 0.42 | 0 | 0.55 | 0.06 | 106.02 | 0.82 | 0.68 |
| Hex | 8A | F0 | 6B | 2A | 0 | 37 | 6 | 6A | 52 | 44 |
| Octal | 212 | 360 | 153 | 52 | 0 | 67 | 6 | 152 | 122 | 104 |
| Binary | 10001010 | 11110000 | 1101011 | 101010 | 0 | 110111 | 110 | 1101010 | 1010010 | 1000100 |
Color Harmonies of #8AF06B
Complementary color
Monochromatic Colors of #8AF06B
Black with #8AF06B
Text Example
Text Example
White with #8AF06B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AF06B; }
p { color: rgb(138,240,107); }
H1.HeaderClassName
{
color: #8AF06B;
}
.AnyTagClassName
{
color: #8AF06B;
}
</style>
background-color css
<style>
a { background-color: #8AF06B; }
a { background-color: rgb(138,240,107); }
div.DivClassName
{
background-color: #8AF06B;
}
.BgClassName
{
background-color: #8AF06B;
}
</style>
border-color css
<style>
span { border-color: #8AF06B; }
span { border-color: rgb(138,240,107); }
td.TdClassName
{
border-color: #8AF06B;
}
.TagClassName
{
border-color: #8AF06B;
}
</style>