Shades of Screamin' Green #8AF966
Tints of Screamin' Green #8AF966
RGB
CMYK
RGB Variations
Color information
#8AF966 (or 0x8AF966) is known color: Screamin' Green. HEX triplet: 8A, F9 and 66. RGB value is (138,249,102). Sum of RGB (Red+Green+Blue) = 138+249+102=489 (64% of max value = 765). Red value is 138 (54.30% from 255 or 28.22% from 489); Green value is 249 (97.66% from 255 or 50.92% from 489); Blue value is 102 (40.23% from 255 or 20.86% from 489); Max value from RGB is 249 - color contains mainly: green. Hex color #8AF966 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8AF966 is #750699. Grayscale: #C7C7C7. Windows color (decimal): -7669402 or 6748554. OLE color: 6748554.
HSL color Cylindrical-coordinate representation of color #8AF966: hue angle of 105.31º degrees, saturation: 0.92, 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 #8AF966 is Cyan = 0.45, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 138 | 249 | 102 | - |
| CMYK | 0.45 | 0 | 0.59 | 0.02 |
| HSL | 105.31º | 0.92% | 0.69% | - |
| HSV(B) | 105.31º | 0.59% | 0.98% | - |
| XYZ | 46.76 | 74.11 | 24.41 | - |
| YUV | 199.05 | 73.23 | 84.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 249 | 102 | 0.45 | 0 | 0.59 | 0.02 | 105.31 | 0.92 | 0.69 |
| Hex | 8A | F9 | 66 | 2D | 0 | 3B | 2 | 69 | 5C | 45 |
| Octal | 212 | 371 | 146 | 55 | 0 | 73 | 2 | 151 | 134 | 105 |
| Binary | 10001010 | 11111001 | 1100110 | 101101 | 0 | 111011 | 10 | 1101001 | 1011100 | 1000101 |
Color Harmonies of #8AF966
Complementary color
Monochromatic Colors of #8AF966
Black with #8AF966
Text Example
Text Example
White with #8AF966
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AF966; }
p { color: rgb(138,249,102); }
H1.HeaderClassName
{
color: #8AF966;
}
.AnyTagClassName
{
color: #8AF966;
}
</style>
background-color css
<style>
a { background-color: #8AF966; }
a { background-color: rgb(138,249,102); }
div.DivClassName
{
background-color: #8AF966;
}
.BgClassName
{
background-color: #8AF966;
}
</style>
border-color css
<style>
span { border-color: #8AF966; }
span { border-color: rgb(138,249,102); }
td.TdClassName
{
border-color: #8AF966;
}
.TagClassName
{
border-color: #8AF966;
}
</style>