Shades of Conifer #AEEE4B
Tints of Conifer #AEEE4B
RGB
CMYK
RGB Variations
Color information
#AEEE4B (or 0xAEEE4B) is known color: Conifer. HEX triplet: AE, EE and 4B. RGB value is (174,238,75). Sum of RGB (Red+Green+Blue) = 174+238+75=487 (64% of max value = 765). Red value is 174 (68.36% from 255 or 35.73% from 487); Green value is 238 (93.36% from 255 or 48.87% from 487); Blue value is 75 (29.69% from 255 or 15.40% from 487); Max value from RGB is 238 - color contains mainly: green. Hex color #AEEE4B is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AEEE4B is #5111B4. Grayscale: #C8C8C8. Windows color (decimal): -5312949 or 4976302. OLE color: 4976302.
HSL color Cylindrical-coordinate representation of color #AEEE4B: hue angle of 83.56º degrees, saturation: 0.83, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AEEE4B is Cyan = 0.27, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 174 | 238 | 75 | - |
| CMYK | 0.27 | 0 | 0.68 | 0.07 |
| HSL | 83.56º | 0.83% | 0.61% | - |
| HSV(B) | 83.56º | 0.68% | 0.93% | - |
| XYZ | 49.3 | 70.66 | 17.7 | - |
| YUV | 200.28 | 57.3 | 109.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 238 | 75 | 0.27 | 0 | 0.68 | 0.07 | 83.56 | 0.83 | 0.61 |
| Hex | AE | EE | 4B | 1B | 0 | 44 | 7 | 54 | 53 | 3D |
| Octal | 256 | 356 | 113 | 33 | 0 | 104 | 7 | 124 | 123 | 75 |
| Binary | 10101110 | 11101110 | 1001011 | 11011 | 0 | 1000100 | 111 | 1010100 | 1010011 | 111101 |
Color Harmonies of #AEEE4B
Complementary color
Monochromatic Colors of #AEEE4B
Black with #AEEE4B
Text Example
Text Example
White with #AEEE4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEEE4B; }
p { color: rgb(174,238,75); }
H1.HeaderClassName
{
color: #AEEE4B;
}
.AnyTagClassName
{
color: #AEEE4B;
}
</style>
background-color css
<style>
a { background-color: #AEEE4B; }
a { background-color: rgb(174,238,75); }
div.DivClassName
{
background-color: #AEEE4B;
}
.BgClassName
{
background-color: #AEEE4B;
}
</style>
border-color css
<style>
span { border-color: #AEEE4B; }
span { border-color: rgb(174,238,75); }
td.TdClassName
{
border-color: #AEEE4B;
}
.TagClassName
{
border-color: #AEEE4B;
}
</style>