Shades of Earls Green #AFAB30
Tints of Earls Green #AFAB30
RGB
CMYK
RGB Variations
Color information
#AFAB30 (or 0xAFAB30) is known color: Earls Green. HEX triplet: AF, AB and 30. RGB value is (175,171,48). Sum of RGB (Red+Green+Blue) = 175+171+48=394 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.42% from 394); Green value is 171 (67.19% from 255 or 43.40% from 394); Blue value is 48 (19.14% from 255 or 12.18% from 394); Max value from RGB is 175 - color contains mainly: red. Hex color #AFAB30 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AFAB30 is #5054CF. Grayscale: #9E9E9E. Windows color (decimal): -5264592 or 3189679. OLE color: 3189679.
HSL color Cylindrical-coordinate representation of color #AFAB30: hue angle of 58.11º degrees, saturation: 0.57, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AFAB30 is Cyan = 0, Magento = 0.02, Yellow = 0.73 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 171 | 48 | - |
| CMYK | 0 | 0.02 | 0.73 | 0.31 |
| HSL | 58.11º | 0.57% | 0.44% | - |
| HSV(B) | 58.11º | 0.73% | 0.69% | - |
| XYZ | 32.78 | 38.45 | 8.49 | - |
| YUV | 158.17 | 65.83 | 140 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 171 | 48 | 0 | 0.02 | 0.73 | 0.31 | 58.11 | 0.57 | 0.44 |
| Hex | AF | AB | 30 | 0 | 2 | 49 | 1F | 3A | 39 | 2C |
| Octal | 257 | 253 | 60 | 0 | 2 | 111 | 37 | 72 | 71 | 54 |
| Binary | 10101111 | 10101011 | 110000 | 0 | 10 | 1001001 | 11111 | 111010 | 111001 | 101100 |
Color Harmonies of #AFAB30
Complementary color
Monochromatic Colors of #AFAB30
Black with #AFAB30
Text Example
Text Example
White with #AFAB30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFAB30; }
p { color: rgb(175,171,48); }
H1.HeaderClassName
{
color: #AFAB30;
}
.AnyTagClassName
{
color: #AFAB30;
}
</style>
background-color css
<style>
a { background-color: #AFAB30; }
a { background-color: rgb(175,171,48); }
div.DivClassName
{
background-color: #AFAB30;
}
.BgClassName
{
background-color: #AFAB30;
}
</style>
border-color css
<style>
span { border-color: #AFAB30; }
span { border-color: rgb(175,171,48); }
td.TdClassName
{
border-color: #AFAB30;
}
.TagClassName
{
border-color: #AFAB30;
}
</style>