Shades of Conifer #AAFE67
Tints of Conifer #AAFE67
RGB
CMYK
RGB Variations
Color information
#AAFE67 (or 0xAAFE67) is known color: Conifer. HEX triplet: AA, FE and 67. RGB value is (170,254,103). Sum of RGB (Red+Green+Blue) = 170+254+103=527 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.26% from 527); Green value is 254 (99.61% from 255 or 48.20% from 527); Blue value is 103 (40.62% from 255 or 19.54% from 527); Max value from RGB is 254 - color contains mainly: green. Hex color #AAFE67 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAFE67 is #550198. Grayscale: #D4D4D4. Windows color (decimal): -5570969 or 6815402. OLE color: 6815402.
HSL color Cylindrical-coordinate representation of color #AAFE67: hue angle of 93.38º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AAFE67 is Cyan = 0.33, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 170 | 254 | 103 | - |
| CMYK | 0.33 | 0 | 0.59 | 0.00 |
| HSL | 93.38º | 0.99% | 0.7% | - |
| HSV(B) | 93.38º | 0.59% | 1% | - |
| XYZ | 54.47 | 80.41 | 25.48 | - |
| YUV | 211.67 | 66.67 | 98.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 254 | 103 | 0.33 | 0 | 0.59 | 0.00 | 93.38 | 0.99 | 0.7 |
| Hex | AA | FE | 67 | 21 | 0 | 3B | 0 | 5D | 63 | 46 |
| Octal | 252 | 376 | 147 | 41 | 0 | 73 | 0 | 135 | 143 | 106 |
| Binary | 10101010 | 11111110 | 1100111 | 100001 | 0 | 111011 | 0 | 1011101 | 1100011 | 1000110 |
Color Harmonies of #AAFE67
Complementary color
Monochromatic Colors of #AAFE67
Black with #AAFE67
Text Example
Text Example
White with #AAFE67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAFE67; }
p { color: rgb(170,254,103); }
H1.HeaderClassName
{
color: #AAFE67;
}
.AnyTagClassName
{
color: #AAFE67;
}
</style>
background-color css
<style>
a { background-color: #AAFE67; }
a { background-color: rgb(170,254,103); }
div.DivClassName
{
background-color: #AAFE67;
}
.BgClassName
{
background-color: #AAFE67;
}
</style>
border-color css
<style>
span { border-color: #AAFE67; }
span { border-color: rgb(170,254,103); }
td.TdClassName
{
border-color: #AAFE67;
}
.TagClassName
{
border-color: #AAFE67;
}
</style>