Shades of Conifer #ABEE4A
Tints of Conifer #ABEE4A
RGB
CMYK
RGB Variations
Color information
#ABEE4A (or 0xABEE4A) is known color: Conifer. HEX triplet: AB, EE and 4A. RGB value is (171,238,74). Sum of RGB (Red+Green+Blue) = 171+238+74=483 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.40% from 483); Green value is 238 (93.36% from 255 or 49.28% from 483); Blue value is 74 (29.30% from 255 or 15.32% from 483); Max value from RGB is 238 - color contains mainly: green. Hex color #ABEE4A is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #ABEE4A is #5411B5. Grayscale: #C7C7C7. Windows color (decimal): -5509558 or 4910763. OLE color: 4910763.
HSL color Cylindrical-coordinate representation of color #ABEE4A: hue angle of 84.51º degrees, saturation: 0.83, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #ABEE4A is Cyan = 0.28, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 171 | 238 | 74 | - |
| CMYK | 0.28 | 0 | 0.69 | 0.07 |
| HSL | 84.51º | 0.83% | 0.61% | - |
| HSV(B) | 84.51º | 0.69% | 0.93% | - |
| XYZ | 48.61 | 70.3 | 17.49 | - |
| YUV | 199.27 | 57.3 | 107.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 238 | 74 | 0.28 | 0 | 0.69 | 0.07 | 84.51 | 0.83 | 0.61 |
| Hex | AB | EE | 4A | 1C | 0 | 45 | 7 | 55 | 53 | 3D |
| Octal | 253 | 356 | 112 | 34 | 0 | 105 | 7 | 125 | 123 | 75 |
| Binary | 10101011 | 11101110 | 1001010 | 11100 | 0 | 1000101 | 111 | 1010101 | 1010011 | 111101 |
Color Harmonies of #ABEE4A
Complementary color
Monochromatic Colors of #ABEE4A
Black with #ABEE4A
Text Example
Text Example
White with #ABEE4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABEE4A; }
p { color: rgb(171,238,74); }
H1.HeaderClassName
{
color: #ABEE4A;
}
.AnyTagClassName
{
color: #ABEE4A;
}
</style>
background-color css
<style>
a { background-color: #ABEE4A; }
a { background-color: rgb(171,238,74); }
div.DivClassName
{
background-color: #ABEE4A;
}
.BgClassName
{
background-color: #ABEE4A;
}
</style>
border-color css
<style>
span { border-color: #ABEE4A; }
span { border-color: rgb(171,238,74); }
td.TdClassName
{
border-color: #ABEE4A;
}
.TagClassName
{
border-color: #ABEE4A;
}
</style>