Shades of Screamin' Green #8AF965
Tints of Screamin' Green #8AF965
RGB
CMYK
RGB Variations
Color information
#8AF965 (or 0x8AF965) is known color: Screamin' Green. HEX triplet: 8A, F9 and 65. RGB value is (138,249,101). Sum of RGB (Red+Green+Blue) = 138+249+101=488 (64% of max value = 765). Red value is 138 (54.30% from 255 or 28.28% from 488); Green value is 249 (97.66% from 255 or 51.02% from 488); Blue value is 101 (39.84% from 255 or 20.70% from 488); Max value from RGB is 249 - color contains mainly: green. Hex color #8AF965 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8AF965 is #75069A. Grayscale: #C7C7C7. Windows color (decimal): -7669403 or 6683018. OLE color: 6683018.
HSL color Cylindrical-coordinate representation of color #8AF965: hue angle of 105º degrees, saturation: 0.93, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #8AF965 is Cyan = 0.45, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 138 | 249 | 101 | - |
| CMYK | 0.45 | 0 | 0.59 | 0.02 |
| HSL | 105º | 0.93% | 0.69% | - |
| HSV(B) | 105º | 0.59% | 0.98% | - |
| XYZ | 46.71 | 74.09 | 24.15 | - |
| YUV | 198.94 | 72.73 | 84.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 249 | 101 | 0.45 | 0 | 0.59 | 0.02 | 105 | 0.93 | 0.69 |
| Hex | 8A | F9 | 65 | 2D | 0 | 3B | 2 | 69 | 5C | 45 |
| Octal | 212 | 371 | 145 | 55 | 0 | 73 | 2 | 151 | 134 | 105 |
| Binary | 10001010 | 11111001 | 1100101 | 101101 | 0 | 111011 | 10 | 1101001 | 1011100 | 1000101 |
Color Harmonies of #8AF965
Complementary color
Monochromatic Colors of #8AF965
Black with #8AF965
Text Example
Text Example
White with #8AF965
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AF965; }
p { color: rgb(138,249,101); }
H1.HeaderClassName
{
color: #8AF965;
}
.AnyTagClassName
{
color: #8AF965;
}
</style>
background-color css
<style>
a { background-color: #8AF965; }
a { background-color: rgb(138,249,101); }
div.DivClassName
{
background-color: #8AF965;
}
.BgClassName
{
background-color: #8AF965;
}
</style>
border-color css
<style>
span { border-color: #8AF965; }
span { border-color: rgb(138,249,101); }
td.TdClassName
{
border-color: #8AF965;
}
.TagClassName
{
border-color: #8AF965;
}
</style>