Shades of Conifer #AFDB5A
Tints of Conifer #AFDB5A
RGB
CMYK
RGB Variations
Color information
#AFDB5A (or 0xAFDB5A) is known color: Conifer. HEX triplet: AF, DB and 5A. RGB value is (175,219,90). Sum of RGB (Red+Green+Blue) = 175+219+90=484 (64% of max value = 765). Red value is 175 (68.75% from 255 or 36.16% from 484); Green value is 219 (85.94% from 255 or 45.25% from 484); Blue value is 90 (35.55% from 255 or 18.60% from 484); Max value from RGB is 219 - color contains mainly: green. Hex color #AFDB5A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFDB5A is #5024A5. Grayscale: #BFBFBF. Windows color (decimal): -5252262 or 5954479. OLE color: 5954479.
HSL color Cylindrical-coordinate representation of color #AFDB5A: hue angle of 80.47º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AFDB5A is Cyan = 0.20, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 175 | 219 | 90 | - |
| CMYK | 0.20 | 0 | 0.59 | 0.14 |
| HSL | 80.47º | 0.64% | 0.61% | - |
| HSV(B) | 80.47º | 0.59% | 0.86% | - |
| XYZ | 44.86 | 60.52 | 18.99 | - |
| YUV | 191.14 | 70.92 | 116.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 219 | 90 | 0.20 | 0 | 0.59 | 0.14 | 80.47 | 0.64 | 0.61 |
| Hex | AF | DB | 5A | 14 | 0 | 3B | E | 50 | 40 | 3D |
| Octal | 257 | 333 | 132 | 24 | 0 | 73 | 16 | 120 | 100 | 75 |
| Binary | 10101111 | 11011011 | 1011010 | 10100 | 0 | 111011 | 1110 | 1010000 | 1000000 | 111101 |
Color Harmonies of #AFDB5A
Complementary color
Monochromatic Colors of #AFDB5A
Black with #AFDB5A
Text Example
Text Example
White with #AFDB5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFDB5A; }
p { color: rgb(175,219,90); }
H1.HeaderClassName
{
color: #AFDB5A;
}
.AnyTagClassName
{
color: #AFDB5A;
}
</style>
background-color css
<style>
a { background-color: #AFDB5A; }
a { background-color: rgb(175,219,90); }
div.DivClassName
{
background-color: #AFDB5A;
}
.BgClassName
{
background-color: #AFDB5A;
}
</style>
border-color css
<style>
span { border-color: #AFDB5A; }
span { border-color: rgb(175,219,90); }
td.TdClassName
{
border-color: #AFDB5A;
}
.TagClassName
{
border-color: #AFDB5A;
}
</style>