Shades of Pastel Green #8AF365
Tints of Pastel Green #8AF365
RGB
CMYK
RGB Variations
Color information
#8AF365 (or 0x8AF365) is known color: Pastel Green. HEX triplet: 8A, F3 and 65. RGB value is (138,243,101). Sum of RGB (Red+Green+Blue) = 138+243+101=482 (63% of max value = 765). Red value is 138 (54.30% from 255 or 28.63% from 482); Green value is 243 (95.31% from 255 or 50.41% from 482); Blue value is 101 (39.84% from 255 or 20.95% from 482); Max value from RGB is 243 - color contains mainly: green. Hex color #8AF365 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8AF365 is #750C9A. Grayscale: #C3C3C3. Windows color (decimal): -7670939 or 6681482. OLE color: 6681482.
HSL color Cylindrical-coordinate representation of color #8AF365: hue angle of 104.37º degrees, saturation: 0.86, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8AF365 is Cyan = 0.43, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 138 | 243 | 101 | - |
| CMYK | 0.43 | 0 | 0.58 | 0.05 |
| HSL | 104.37º | 0.86% | 0.67% | - |
| HSV(B) | 104.37º | 0.58% | 0.95% | - |
| XYZ | 44.88 | 70.44 | 23.54 | - |
| YUV | 195.42 | 74.71 | 87.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 243 | 101 | 0.43 | 0 | 0.58 | 0.05 | 104.37 | 0.86 | 0.67 |
| Hex | 8A | F3 | 65 | 2B | 0 | 3A | 5 | 68 | 56 | 43 |
| Octal | 212 | 363 | 145 | 53 | 0 | 72 | 5 | 150 | 126 | 103 |
| Binary | 10001010 | 11110011 | 1100101 | 101011 | 0 | 111010 | 101 | 1101000 | 1010110 | 1000011 |
Color Harmonies of #8AF365
Complementary color
Monochromatic Colors of #8AF365
Black with #8AF365
Text Example
Text Example
White with #8AF365
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AF365; }
p { color: rgb(138,243,101); }
H1.HeaderClassName
{
color: #8AF365;
}
.AnyTagClassName
{
color: #8AF365;
}
</style>
background-color css
<style>
a { background-color: #8AF365; }
a { background-color: rgb(138,243,101); }
div.DivClassName
{
background-color: #8AF365;
}
.BgClassName
{
background-color: #8AF365;
}
</style>
border-color css
<style>
span { border-color: #8AF365; }
span { border-color: rgb(138,243,101); }
td.TdClassName
{
border-color: #8AF365;
}
.TagClassName
{
border-color: #8AF365;
}
</style>