Shades of Conifer #AAFB68
Tints of Conifer #AAFB68
RGB
CMYK
RGB Variations
Color information
#AAFB68 (or 0xAAFB68) is known color: Conifer. HEX triplet: AA, FB and 68. RGB value is (170,251,104). Sum of RGB (Red+Green+Blue) = 170+251+104=525 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.38% from 525); Green value is 251 (98.44% from 255 or 47.81% from 525); Blue value is 104 (41.02% from 255 or 19.81% from 525); Max value from RGB is 251 - color contains mainly: green. Hex color #AAFB68 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAFB68 is #550497. Grayscale: #D2D2D2. Windows color (decimal): -5571736 or 6880170. OLE color: 6880170.
HSL color Cylindrical-coordinate representation of color #AAFB68: hue angle of 93.06º degrees, saturation: 0.95, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AAFB68 is Cyan = 0.32, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 170 | 251 | 104 | - |
| CMYK | 0.32 | 0 | 0.59 | 0.02 |
| HSL | 93.06º | 0.95% | 0.7% | - |
| HSV(B) | 93.06º | 0.59% | 0.98% | - |
| XYZ | 53.57 | 78.54 | 25.43 | - |
| YUV | 210.02 | 68.16 | 99.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 251 | 104 | 0.32 | 0 | 0.59 | 0.02 | 93.06 | 0.95 | 0.7 |
| Hex | AA | FB | 68 | 20 | 0 | 3B | 2 | 5D | 5F | 46 |
| Octal | 252 | 373 | 150 | 40 | 0 | 73 | 2 | 135 | 137 | 106 |
| Binary | 10101010 | 11111011 | 1101000 | 100000 | 0 | 111011 | 10 | 1011101 | 1011111 | 1000110 |
Color Harmonies of #AAFB68
Complementary color
Monochromatic Colors of #AAFB68
Black with #AAFB68
Text Example
Text Example
White with #AAFB68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAFB68; }
p { color: rgb(170,251,104); }
H1.HeaderClassName
{
color: #AAFB68;
}
.AnyTagClassName
{
color: #AAFB68;
}
</style>
background-color css
<style>
a { background-color: #AAFB68; }
a { background-color: rgb(170,251,104); }
div.DivClassName
{
background-color: #AAFB68;
}
.BgClassName
{
background-color: #AAFB68;
}
</style>
border-color css
<style>
span { border-color: #AAFB68; }
span { border-color: rgb(170,251,104); }
td.TdClassName
{
border-color: #AAFB68;
}
.TagClassName
{
border-color: #AAFB68;
}
</style>