Shades of Conifer #AFDD6A
Tints of Conifer #AFDD6A
RGB
CMYK
RGB Variations
Color information
#AFDD6A (or 0xAFDD6A) is known color: Conifer. HEX triplet: AF, DD and 6A. RGB value is (175,221,106). Sum of RGB (Red+Green+Blue) = 175+221+106=502 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.86% from 502); Green value is 221 (86.72% from 255 or 44.02% from 502); Blue value is 106 (41.80% from 255 or 21.12% from 502); Max value from RGB is 221 - color contains mainly: green. Hex color #AFDD6A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFDD6A is #502295. Grayscale: #C2C2C2. Windows color (decimal): -5251734 or 7003567. OLE color: 7003567.
HSL color Cylindrical-coordinate representation of color #AFDD6A: hue angle of 84º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AFDD6A is Cyan = 0.21, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 175 | 221 | 106 | - |
| CMYK | 0.21 | 0 | 0.52 | 0.13 |
| HSL | 84º | 0.63% | 0.64% | - |
| HSV(B) | 84º | 0.52% | 0.87% | - |
| XYZ | 46.14 | 61.87 | 23.15 | - |
| YUV | 194.14 | 78.26 | 114.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 221 | 106 | 0.21 | 0 | 0.52 | 0.13 | 84 | 0.63 | 0.64 |
| Hex | AF | DD | 6A | 15 | 0 | 34 | D | 54 | 3F | 40 |
| Octal | 257 | 335 | 152 | 25 | 0 | 64 | 15 | 124 | 77 | 100 |
| Binary | 10101111 | 11011101 | 1101010 | 10101 | 0 | 110100 | 1101 | 1010100 | 111111 | 1000000 |
Color Harmonies of #AFDD6A
Complementary color
Monochromatic Colors of #AFDD6A
Black with #AFDD6A
Text Example
Text Example
White with #AFDD6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFDD6A; }
p { color: rgb(175,221,106); }
H1.HeaderClassName
{
color: #AFDD6A;
}
.AnyTagClassName
{
color: #AFDD6A;
}
</style>
background-color css
<style>
a { background-color: #AFDD6A; }
a { background-color: rgb(175,221,106); }
div.DivClassName
{
background-color: #AFDD6A;
}
.BgClassName
{
background-color: #AFDD6A;
}
</style>
border-color css
<style>
span { border-color: #AFDD6A; }
span { border-color: rgb(175,221,106); }
td.TdClassName
{
border-color: #AFDD6A;
}
.TagClassName
{
border-color: #AFDD6A;
}
</style>