Shades of Earls Green #AFAE26
Tints of Earls Green #AFAE26
RGB
CMYK
RGB Variations
Color information
#AFAE26 (or 0xAFAE26) is known color: Earls Green. HEX triplet: AF, AE and 26. RGB value is (175,174,38). Sum of RGB (Red+Green+Blue) = 175+174+38=387 (51% of max value = 765). Red value is 175 (68.75% from 255 or 45.22% from 387); Green value is 174 (68.36% from 255 or 44.96% from 387); Blue value is 38 (15.23% from 255 or 9.82% from 387); Max value from RGB is 175 - color contains mainly: red. Hex color #AFAE26 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AFAE26 is #5051D9. Grayscale: #9F9F9F. Windows color (decimal): -5263834 or 2535087. OLE color: 2535087.
HSL color Cylindrical-coordinate representation of color #AFAE26: hue angle of 59.56º 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 #AFAE26 is Cyan = 0, Magento = 0.01, Yellow = 0.78 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 174 | 38 | - |
| CMYK | 0 | 0.01 | 0.78 | 0.31 |
| HSL | 59.56º | 0.64% | 0.42% | - |
| HSV(B) | 59.56º | 0.78% | 0.69% | - |
| XYZ | 33.17 | 39.53 | 7.72 | - |
| YUV | 158.8 | 59.83 | 139.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 174 | 38 | 0 | 0.01 | 0.78 | 0.31 | 59.56 | 0.64 | 0.42 |
| Hex | AF | AE | 26 | 0 | 1 | 4E | 1F | 3C | 40 | 2A |
| Octal | 257 | 256 | 46 | 0 | 1 | 116 | 37 | 74 | 100 | 52 |
| Binary | 10101111 | 10101110 | 100110 | 0 | 1 | 1001110 | 11111 | 111100 | 1000000 | 101010 |
Color Harmonies of #AFAE26
Complementary color
Monochromatic Colors of #AFAE26
Black with #AFAE26
Text Example
Text Example
White with #AFAE26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFAE26; }
p { color: rgb(175,174,38); }
H1.HeaderClassName
{
color: #AFAE26;
}
.AnyTagClassName
{
color: #AFAE26;
}
</style>
background-color css
<style>
a { background-color: #AFAE26; }
a { background-color: rgb(175,174,38); }
div.DivClassName
{
background-color: #AFAE26;
}
.BgClassName
{
background-color: #AFAE26;
}
</style>
border-color css
<style>
span { border-color: #AFAE26; }
span { border-color: rgb(175,174,38); }
td.TdClassName
{
border-color: #AFAE26;
}
.TagClassName
{
border-color: #AFAE26;
}
</style>