Shades of Earls Green #AFA924
Tints of Earls Green #AFA924
RGB
CMYK
RGB Variations
Color information
#AFA924 (or 0xAFA924) is known color: Earls Green. HEX triplet: AF, A9 and 24. RGB value is (175,169,36). Sum of RGB (Red+Green+Blue) = 175+169+36=380 (50% of max value = 765). Red value is 175 (68.75% from 255 or 46.05% from 380); Green value is 169 (66.41% from 255 or 44.47% from 380); Blue value is 36 (14.45% from 255 or 9.47% from 380); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA924 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AFA924 is #5056DB. Grayscale: #9C9C9C. Windows color (decimal): -5265116 or 2402735. OLE color: 2402735.
HSL color Cylindrical-coordinate representation of color #AFA924: hue angle of 57.41º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AFA924 is Cyan = 0, Magento = 0.03, Yellow = 0.79 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 169 | 36 | - |
| CMYK | 0 | 0.03 | 0.79 | 0.31 |
| HSL | 57.41º | 0.66% | 0.41% | - |
| HSV(B) | 57.41º | 0.79% | 0.69% | - |
| XYZ | 32.19 | 37.62 | 7.23 | - |
| YUV | 155.63 | 60.49 | 141.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 169 | 36 | 0 | 0.03 | 0.79 | 0.31 | 57.41 | 0.66 | 0.41 |
| Hex | AF | A9 | 24 | 0 | 3 | 4F | 1F | 39 | 42 | 29 |
| Octal | 257 | 251 | 44 | 0 | 3 | 117 | 37 | 71 | 102 | 51 |
| Binary | 10101111 | 10101001 | 100100 | 0 | 11 | 1001111 | 11111 | 111001 | 1000010 | 101001 |
Color Harmonies of #AFA924
Complementary color
Monochromatic Colors of #AFA924
Black with #AFA924
Text Example
Text Example
White with #AFA924
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFA924; }
p { color: rgb(175,169,36); }
H1.HeaderClassName
{
color: #AFA924;
}
.AnyTagClassName
{
color: #AFA924;
}
</style>
background-color css
<style>
a { background-color: #AFA924; }
a { background-color: rgb(175,169,36); }
div.DivClassName
{
background-color: #AFA924;
}
.BgClassName
{
background-color: #AFA924;
}
</style>
border-color css
<style>
span { border-color: #AFA924; }
span { border-color: rgb(175,169,36); }
td.TdClassName
{
border-color: #AFA924;
}
.TagClassName
{
border-color: #AFA924;
}
</style>