Shades of Conifer #AED54B
Tints of Conifer #AED54B
RGB
CMYK
RGB Variations
Color information
#AED54B (or 0xAED54B) is known color: Conifer. HEX triplet: AE, D5 and 4B. RGB value is (174,213,75). Sum of RGB (Red+Green+Blue) = 174+213+75=462 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.66% from 462); Green value is 213 (83.59% from 255 or 46.10% from 462); Blue value is 75 (29.69% from 255 or 16.23% from 462); Max value from RGB is 213 - color contains mainly: green. Hex color #AED54B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AED54B is #512AB4. Grayscale: #BABABA. Windows color (decimal): -5319349 or 4969902. OLE color: 4969902.
HSL color Cylindrical-coordinate representation of color #AED54B: hue angle of 76.96º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AED54B is Cyan = 0.18, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 174 | 213 | 75 | - |
| CMYK | 0.18 | 0 | 0.65 | 0.16 |
| HSL | 76.96º | 0.62% | 0.56% | - |
| HSV(B) | 76.96º | 0.65% | 0.84% | - |
| XYZ | 42.52 | 57.1 | 15.44 | - |
| YUV | 185.61 | 65.58 | 119.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 213 | 75 | 0.18 | 0 | 0.65 | 0.16 | 76.96 | 0.62 | 0.56 |
| Hex | AE | D5 | 4B | 12 | 0 | 41 | 10 | 4D | 3E | 38 |
| Octal | 256 | 325 | 113 | 22 | 0 | 101 | 20 | 115 | 76 | 70 |
| Binary | 10101110 | 11010101 | 1001011 | 10010 | 0 | 1000001 | 10000 | 1001101 | 111110 | 111000 |
Color Harmonies of #AED54B
Complementary color
Monochromatic Colors of #AED54B
Black with #AED54B
Text Example
Text Example
White with #AED54B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AED54B; }
p { color: rgb(174,213,75); }
H1.HeaderClassName
{
color: #AED54B;
}
.AnyTagClassName
{
color: #AED54B;
}
</style>
background-color css
<style>
a { background-color: #AED54B; }
a { background-color: rgb(174,213,75); }
div.DivClassName
{
background-color: #AED54B;
}
.BgClassName
{
background-color: #AED54B;
}
</style>
border-color css
<style>
span { border-color: #AED54B; }
span { border-color: rgb(174,213,75); }
td.TdClassName
{
border-color: #AED54B;
}
.TagClassName
{
border-color: #AED54B;
}
</style>