Shades of Earls Green #AFAB26
Tints of Earls Green #AFAB26
RGB
CMYK
RGB Variations
Color information
#AFAB26 (or 0xAFAB26) is known color: Earls Green. HEX triplet: AF, AB and 26. RGB value is (175,171,38). Sum of RGB (Red+Green+Blue) = 175+171+38=384 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.57% from 384); Green value is 171 (67.19% from 255 or 44.53% from 384); Blue value is 38 (15.23% from 255 or 9.90% from 384); Max value from RGB is 175 - color contains mainly: red. Hex color #AFAB26 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AFAB26 is #5054D9. Grayscale: #9D9D9D. Windows color (decimal): -5264602 or 2534319. OLE color: 2534319.
HSL color Cylindrical-coordinate representation of color #AFAB26: hue angle of 58.25º degrees, saturation: 0.64, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AFAB26 is Cyan = 0, Magento = 0.02, Yellow = 0.78 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 171 | 38 | - |
| CMYK | 0 | 0.02 | 0.78 | 0.31 |
| HSL | 58.25º | 0.64% | 0.42% | - |
| HSV(B) | 58.25º | 0.78% | 0.69% | - |
| XYZ | 32.59 | 38.38 | 7.52 | - |
| YUV | 157.03 | 60.83 | 140.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 171 | 38 | 0 | 0.02 | 0.78 | 0.31 | 58.25 | 0.64 | 0.42 |
| Hex | AF | AB | 26 | 0 | 2 | 4E | 1F | 3A | 40 | 2A |
| Octal | 257 | 253 | 46 | 0 | 2 | 116 | 37 | 72 | 100 | 52 |
| Binary | 10101111 | 10101011 | 100110 | 0 | 10 | 1001110 | 11111 | 111010 | 1000000 | 101010 |
Color Harmonies of #AFAB26
Complementary color
Monochromatic Colors of #AFAB26
Black with #AFAB26
Text Example
Text Example
White with #AFAB26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFAB26; }
p { color: rgb(175,171,38); }
H1.HeaderClassName
{
color: #AFAB26;
}
.AnyTagClassName
{
color: #AFAB26;
}
</style>
background-color css
<style>
a { background-color: #AFAB26; }
a { background-color: rgb(175,171,38); }
div.DivClassName
{
background-color: #AFAB26;
}
.BgClassName
{
background-color: #AFAB26;
}
</style>
border-color css
<style>
span { border-color: #AFAB26; }
span { border-color: rgb(175,171,38); }
td.TdClassName
{
border-color: #AFAB26;
}
.TagClassName
{
border-color: #AFAB26;
}
</style>