Shades of Conifer #AAE74D
Tints of Conifer #AAE74D
RGB
CMYK
RGB Variations
Color information
#AAE74D (or 0xAAE74D) is known color: Conifer. HEX triplet: AA, E7 and 4D. RGB value is (170,231,77). Sum of RGB (Red+Green+Blue) = 170+231+77=478 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.56% from 478); Green value is 231 (90.62% from 255 or 48.33% from 478); Blue value is 77 (30.47% from 255 or 16.11% from 478); Max value from RGB is 231 - color contains mainly: green. Hex color #AAE74D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAE74D is #5518B2. Grayscale: #C3C3C3. Windows color (decimal): -5576883 or 5105578. OLE color: 5105578.
HSL color Cylindrical-coordinate representation of color #AAE74D: hue angle of 83.77º degrees, saturation: 0.76, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AAE74D is Cyan = 0.26, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 170 | 231 | 77 | - |
| CMYK | 0.26 | 0 | 0.67 | 0.09 |
| HSL | 83.77º | 0.76% | 0.6% | - |
| HSV(B) | 83.77º | 0.67% | 0.91% | - |
| XYZ | 46.49 | 66.23 | 17.36 | - |
| YUV | 195.21 | 61.29 | 110.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 231 | 77 | 0.26 | 0 | 0.67 | 0.09 | 83.77 | 0.76 | 0.6 |
| Hex | AA | E7 | 4D | 1A | 0 | 43 | 9 | 54 | 4C | 3C |
| Octal | 252 | 347 | 115 | 32 | 0 | 103 | 11 | 124 | 114 | 74 |
| Binary | 10101010 | 11100111 | 1001101 | 11010 | 0 | 1000011 | 1001 | 1010100 | 1001100 | 111100 |
Color Harmonies of #AAE74D
Complementary color
Monochromatic Colors of #AAE74D
Black with #AAE74D
Text Example
Text Example
White with #AAE74D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAE74D; }
p { color: rgb(170,231,77); }
H1.HeaderClassName
{
color: #AAE74D;
}
.AnyTagClassName
{
color: #AAE74D;
}
</style>
background-color css
<style>
a { background-color: #AAE74D; }
a { background-color: rgb(170,231,77); }
div.DivClassName
{
background-color: #AAE74D;
}
.BgClassName
{
background-color: #AAE74D;
}
</style>
border-color css
<style>
span { border-color: #AAE74D; }
span { border-color: rgb(170,231,77); }
td.TdClassName
{
border-color: #AAE74D;
}
.TagClassName
{
border-color: #AAE74D;
}
</style>