Shades of Conifer #AED34C
Tints of Conifer #AED34C
RGB
CMYK
RGB Variations
Color information
#AED34C (or 0xAED34C) is known color: Conifer. HEX triplet: AE, D3 and 4C. RGB value is (174,211,76). Sum of RGB (Red+Green+Blue) = 174+211+76=461 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.74% from 461); Green value is 211 (82.81% from 255 or 45.77% from 461); Blue value is 76 (30.08% from 255 or 16.49% from 461); Max value from RGB is 211 - color contains mainly: green. Hex color #AED34C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AED34C is #512CB3. Grayscale: #B9B9B9. Windows color (decimal): -5319860 or 5034926. OLE color: 5034926.
HSL color Cylindrical-coordinate representation of color #AED34C: hue angle of 76.44º degrees, saturation: 0.61, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AED34C is Cyan = 0.18, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 174 | 211 | 76 | - |
| CMYK | 0.18 | 0 | 0.64 | 0.17 |
| HSL | 76.44º | 0.61% | 0.56% | - |
| HSV(B) | 76.44º | 0.64% | 0.83% | - |
| XYZ | 42.05 | 56.11 | 15.45 | - |
| YUV | 184.55 | 66.74 | 120.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 211 | 76 | 0.18 | 0 | 0.64 | 0.17 | 76.44 | 0.61 | 0.56 |
| Hex | AE | D3 | 4C | 12 | 0 | 40 | 11 | 4C | 3D | 38 |
| Octal | 256 | 323 | 114 | 22 | 0 | 100 | 21 | 114 | 75 | 70 |
| Binary | 10101110 | 11010011 | 1001100 | 10010 | 0 | 1000000 | 10001 | 1001100 | 111101 | 111000 |
Color Harmonies of #AED34C
Complementary color
Monochromatic Colors of #AED34C
Black with #AED34C
Text Example
Text Example
White with #AED34C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AED34C; }
p { color: rgb(174,211,76); }
H1.HeaderClassName
{
color: #AED34C;
}
.AnyTagClassName
{
color: #AED34C;
}
</style>
background-color css
<style>
a { background-color: #AED34C; }
a { background-color: rgb(174,211,76); }
div.DivClassName
{
background-color: #AED34C;
}
.BgClassName
{
background-color: #AED34C;
}
</style>
border-color css
<style>
span { border-color: #AED34C; }
span { border-color: rgb(174,211,76); }
td.TdClassName
{
border-color: #AED34C;
}
.TagClassName
{
border-color: #AED34C;
}
</style>