Shades of Conifer #ABEB4A
Tints of Conifer #ABEB4A
RGB
CMYK
RGB Variations
Color information
#ABEB4A (or 0xABEB4A) is known color: Conifer. HEX triplet: AB, EB and 4A. RGB value is (171,235,74). Sum of RGB (Red+Green+Blue) = 171+235+74=480 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.62% from 480); Green value is 235 (92.19% from 255 or 48.96% from 480); Blue value is 74 (29.30% from 255 or 15.42% from 480); Max value from RGB is 235 - color contains mainly: green. Hex color #ABEB4A is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #ABEB4A is #5414B5. Grayscale: #C6C6C6. Windows color (decimal): -5510326 or 4909995. OLE color: 4909995.
HSL color Cylindrical-coordinate representation of color #ABEB4A: hue angle of 83.85º degrees, saturation: 0.8, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #ABEB4A is Cyan = 0.27, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 171 | 235 | 74 | - |
| CMYK | 0.27 | 0 | 0.69 | 0.08 |
| HSL | 83.85º | 0.8% | 0.61% | - |
| HSV(B) | 83.85º | 0.69% | 0.92% | - |
| XYZ | 47.74 | 68.57 | 17.2 | - |
| YUV | 197.51 | 58.3 | 109.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 235 | 74 | 0.27 | 0 | 0.69 | 0.08 | 83.85 | 0.8 | 0.61 |
| Hex | AB | EB | 4A | 1B | 0 | 45 | 8 | 54 | 50 | 3D |
| Octal | 253 | 353 | 112 | 33 | 0 | 105 | 10 | 124 | 120 | 75 |
| Binary | 10101011 | 11101011 | 1001010 | 11011 | 0 | 1000101 | 1000 | 1010100 | 1010000 | 111101 |
Color Harmonies of #ABEB4A
Complementary color
Monochromatic Colors of #ABEB4A
Black with #ABEB4A
Text Example
Text Example
White with #ABEB4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABEB4A; }
p { color: rgb(171,235,74); }
H1.HeaderClassName
{
color: #ABEB4A;
}
.AnyTagClassName
{
color: #ABEB4A;
}
</style>
background-color css
<style>
a { background-color: #ABEB4A; }
a { background-color: rgb(171,235,74); }
div.DivClassName
{
background-color: #ABEB4A;
}
.BgClassName
{
background-color: #ABEB4A;
}
</style>
border-color css
<style>
span { border-color: #ABEB4A; }
span { border-color: rgb(171,235,74); }
td.TdClassName
{
border-color: #ABEB4A;
}
.TagClassName
{
border-color: #ABEB4A;
}
</style>