Shades of Conifer #AFDA5A
Tints of Conifer #AFDA5A
RGB
CMYK
RGB Variations
Color information
#AFDA5A (or 0xAFDA5A) is known color: Conifer. HEX triplet: AF, DA and 5A. RGB value is (175,218,90). Sum of RGB (Red+Green+Blue) = 175+218+90=483 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.23% from 483); Green value is 218 (85.55% from 255 or 45.13% from 483); Blue value is 90 (35.55% from 255 or 18.63% from 483); Max value from RGB is 218 - color contains mainly: green. Hex color #AFDA5A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFDA5A is #5025A5. Grayscale: #BFBFBF. Windows color (decimal): -5252518 or 5954223. OLE color: 5954223.
HSL color Cylindrical-coordinate representation of color #AFDA5A: hue angle of 80.16º degrees, saturation: 0.63, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AFDA5A is Cyan = 0.20, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 175 | 218 | 90 | - |
| CMYK | 0.20 | 0 | 0.59 | 0.15 |
| HSL | 80.16º | 0.63% | 0.6% | - |
| HSV(B) | 80.16º | 0.59% | 0.85% | - |
| XYZ | 44.6 | 59.99 | 18.9 | - |
| YUV | 190.55 | 71.25 | 116.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 218 | 90 | 0.20 | 0 | 0.59 | 0.15 | 80.16 | 0.63 | 0.6 |
| Hex | AF | DA | 5A | 14 | 0 | 3B | F | 50 | 3F | 3C |
| Octal | 257 | 332 | 132 | 24 | 0 | 73 | 17 | 120 | 77 | 74 |
| Binary | 10101111 | 11011010 | 1011010 | 10100 | 0 | 111011 | 1111 | 1010000 | 111111 | 111100 |
Color Harmonies of #AFDA5A
Complementary color
Monochromatic Colors of #AFDA5A
Black with #AFDA5A
Text Example
Text Example
White with #AFDA5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFDA5A; }
p { color: rgb(175,218,90); }
H1.HeaderClassName
{
color: #AFDA5A;
}
.AnyTagClassName
{
color: #AFDA5A;
}
</style>
background-color css
<style>
a { background-color: #AFDA5A; }
a { background-color: rgb(175,218,90); }
div.DivClassName
{
background-color: #AFDA5A;
}
.BgClassName
{
background-color: #AFDA5A;
}
</style>
border-color css
<style>
span { border-color: #AFDA5A; }
span { border-color: rgb(175,218,90); }
td.TdClassName
{
border-color: #AFDA5A;
}
.TagClassName
{
border-color: #AFDA5A;
}
</style>