Shades of Conifer #AFDB6A
Tints of Conifer #AFDB6A
RGB
CMYK
RGB Variations
Color information
#AFDB6A (or 0xAFDB6A) is known color: Conifer. HEX triplet: AF, DB and 6A. RGB value is (175,219,106). Sum of RGB (Red+Green+Blue) = 175+219+106=500 (66% of max value = 765). Red value is 175 (68.75% from 255 or 35% from 500); Green value is 219 (85.94% from 255 or 43.8% from 500); Blue value is 106 (41.80% from 255 or 21.2% from 500); Max value from RGB is 219 - color contains mainly: green. Hex color #AFDB6A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFDB6A is #502495. Grayscale: #C1C1C1. Windows color (decimal): -5252246 or 7003055. OLE color: 7003055.
HSL color Cylindrical-coordinate representation of color #AFDB6A: hue angle of 83.36º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AFDB6A is Cyan = 0.20, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 175 | 219 | 106 | - |
| CMYK | 0.20 | 0 | 0.52 | 0.14 |
| HSL | 83.36º | 0.61% | 0.64% | - |
| HSV(B) | 83.36º | 0.52% | 0.86% | - |
| XYZ | 45.61 | 60.82 | 22.97 | - |
| YUV | 192.96 | 78.92 | 115.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 219 | 106 | 0.20 | 0 | 0.52 | 0.14 | 83.36 | 0.61 | 0.64 |
| Hex | AF | DB | 6A | 14 | 0 | 34 | E | 53 | 3D | 40 |
| Octal | 257 | 333 | 152 | 24 | 0 | 64 | 16 | 123 | 75 | 100 |
| Binary | 10101111 | 11011011 | 1101010 | 10100 | 0 | 110100 | 1110 | 1010011 | 111101 | 1000000 |
Color Harmonies of #AFDB6A
Complementary color
Monochromatic Colors of #AFDB6A
Black with #AFDB6A
Text Example
Text Example
White with #AFDB6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFDB6A; }
p { color: rgb(175,219,106); }
H1.HeaderClassName
{
color: #AFDB6A;
}
.AnyTagClassName
{
color: #AFDB6A;
}
</style>
background-color css
<style>
a { background-color: #AFDB6A; }
a { background-color: rgb(175,219,106); }
div.DivClassName
{
background-color: #AFDB6A;
}
.BgClassName
{
background-color: #AFDB6A;
}
</style>
border-color css
<style>
span { border-color: #AFDB6A; }
span { border-color: rgb(175,219,106); }
td.TdClassName
{
border-color: #AFDB6A;
}
.TagClassName
{
border-color: #AFDB6A;
}
</style>