Shades of Pastel Green #8AF367
Tints of Pastel Green #8AF367
RGB
CMYK
RGB Variations
Color information
#8AF367 (or 0x8AF367) is known color: Pastel Green. HEX triplet: 8A, F3 and 67. RGB value is (138,243,103). Sum of RGB (Red+Green+Blue) = 138+243+103=484 (64% of max value = 765). Red value is 138 (54.30% from 255 or 28.51% from 484); Green value is 243 (95.31% from 255 or 50.21% from 484); Blue value is 103 (40.62% from 255 or 21.28% from 484); Max value from RGB is 243 - color contains mainly: green. Hex color #8AF367 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8AF367 is #750C98. Grayscale: #C4C4C4. Windows color (decimal): -7670937 or 6812554. OLE color: 6812554.
HSL color Cylindrical-coordinate representation of color #8AF367: hue angle of 105º degrees, saturation: 0.85, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8AF367 is Cyan = 0.43, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 138 | 243 | 103 | - |
| CMYK | 0.43 | 0 | 0.58 | 0.05 |
| HSL | 105º | 0.85% | 0.68% | - |
| HSV(B) | 105º | 0.58% | 0.95% | - |
| XYZ | 44.98 | 70.48 | 24.07 | - |
| YUV | 195.65 | 75.71 | 86.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 243 | 103 | 0.43 | 0 | 0.58 | 0.05 | 105 | 0.85 | 0.68 |
| Hex | 8A | F3 | 67 | 2B | 0 | 3A | 5 | 69 | 55 | 44 |
| Octal | 212 | 363 | 147 | 53 | 0 | 72 | 5 | 151 | 125 | 104 |
| Binary | 10001010 | 11110011 | 1100111 | 101011 | 0 | 111010 | 101 | 1101001 | 1010101 | 1000100 |
Color Harmonies of #8AF367
Complementary color
Monochromatic Colors of #8AF367
Black with #8AF367
Text Example
Text Example
White with #8AF367
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AF367; }
p { color: rgb(138,243,103); }
H1.HeaderClassName
{
color: #8AF367;
}
.AnyTagClassName
{
color: #8AF367;
}
</style>
background-color css
<style>
a { background-color: #8AF367; }
a { background-color: rgb(138,243,103); }
div.DivClassName
{
background-color: #8AF367;
}
.BgClassName
{
background-color: #8AF367;
}
</style>
border-color css
<style>
span { border-color: #8AF367; }
span { border-color: rgb(138,243,103); }
td.TdClassName
{
border-color: #8AF367;
}
.TagClassName
{
border-color: #8AF367;
}
</style>