Shades of Earls Green #AFAD2D
Tints of Earls Green #AFAD2D
RGB
CMYK
RGB Variations
Color information
#AFAD2D (or 0xAFAD2D) is known color: Earls Green. HEX triplet: AF, AD and 2D. RGB value is (175,173,45). Sum of RGB (Red+Green+Blue) = 175+173+45=393 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.53% from 393); Green value is 173 (67.97% from 255 or 44.02% from 393); Blue value is 45 (17.97% from 255 or 11.45% from 393); Max value from RGB is 175 - color contains mainly: red. Hex color #AFAD2D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AFAD2D is #5052D2. Grayscale: #9F9F9F. Windows color (decimal): -5264083 or 2993583. OLE color: 2993583.
HSL color Cylindrical-coordinate representation of color #AFAD2D: hue angle of 59.08º degrees, saturation: 0.59, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AFAD2D is Cyan = 0, Magento = 0.01, Yellow = 0.74 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 173 | 45 | - |
| CMYK | 0 | 0.01 | 0.74 | 0.31 |
| HSL | 59.08º | 0.59% | 0.43% | - |
| HSV(B) | 59.08º | 0.74% | 0.69% | - |
| XYZ | 33.1 | 39.19 | 8.3 | - |
| YUV | 159.01 | 63.66 | 139.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 173 | 45 | 0 | 0.01 | 0.74 | 0.31 | 59.08 | 0.59 | 0.43 |
| Hex | AF | AD | 2D | 0 | 1 | 4A | 1F | 3B | 3B | 2B |
| Octal | 257 | 255 | 55 | 0 | 1 | 112 | 37 | 73 | 73 | 53 |
| Binary | 10101111 | 10101101 | 101101 | 0 | 1 | 1001010 | 11111 | 111011 | 111011 | 101011 |
Color Harmonies of #AFAD2D
Complementary color
Monochromatic Colors of #AFAD2D
Black with #AFAD2D
Text Example
Text Example
White with #AFAD2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFAD2D; }
p { color: rgb(175,173,45); }
H1.HeaderClassName
{
color: #AFAD2D;
}
.AnyTagClassName
{
color: #AFAD2D;
}
</style>
background-color css
<style>
a { background-color: #AFAD2D; }
a { background-color: rgb(175,173,45); }
div.DivClassName
{
background-color: #AFAD2D;
}
.BgClassName
{
background-color: #AFAD2D;
}
</style>
border-color css
<style>
span { border-color: #AFAD2D; }
span { border-color: rgb(175,173,45); }
td.TdClassName
{
border-color: #AFAD2D;
}
.TagClassName
{
border-color: #AFAD2D;
}
</style>