Shades of Conifer #ABFD5A
Tints of Conifer #ABFD5A
RGB
CMYK
RGB Variations
Color information
#ABFD5A (or 0xABFD5A) is known color: Conifer. HEX triplet: AB, FD and 5A. RGB value is (171,253,90). Sum of RGB (Red+Green+Blue) = 171+253+90=514 (68% of max value = 765). Red value is 171 (67.19% from 255 or 33.27% from 514); Green value is 253 (99.22% from 255 or 49.22% from 514); Blue value is 90 (35.55% from 255 or 17.51% from 514); Max value from RGB is 253 - color contains mainly: green. Hex color #ABFD5A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ABFD5A is #5402A5. Grayscale: #D2D2D2. Windows color (decimal): -5505702 or 5963179. OLE color: 5963179.
HSL color Cylindrical-coordinate representation of color #ABFD5A: hue angle of 90.18º degrees, saturation: 0.98, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #ABFD5A is Cyan = 0.32, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 171 | 253 | 90 | - |
| CMYK | 0.32 | 0 | 0.64 | 0.01 |
| HSL | 90.18º | 0.98% | 0.67% | - |
| HSV(B) | 90.18º | 0.64% | 0.99% | - |
| XYZ | 53.77 | 79.65 | 22.21 | - |
| YUV | 209.9 | 60.33 | 100.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 253 | 90 | 0.32 | 0 | 0.64 | 0.01 | 90.18 | 0.98 | 0.67 |
| Hex | AB | FD | 5A | 20 | 0 | 40 | 1 | 5A | 62 | 43 |
| Octal | 253 | 375 | 132 | 40 | 0 | 100 | 1 | 132 | 142 | 103 |
| Binary | 10101011 | 11111101 | 1011010 | 100000 | 0 | 1000000 | 1 | 1011010 | 1100010 | 1000011 |
Color Harmonies of #ABFD5A
Complementary color
Monochromatic Colors of #ABFD5A
Black with #ABFD5A
Text Example
Text Example
White with #ABFD5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABFD5A; }
p { color: rgb(171,253,90); }
H1.HeaderClassName
{
color: #ABFD5A;
}
.AnyTagClassName
{
color: #ABFD5A;
}
</style>
background-color css
<style>
a { background-color: #ABFD5A; }
a { background-color: rgb(171,253,90); }
div.DivClassName
{
background-color: #ABFD5A;
}
.BgClassName
{
background-color: #ABFD5A;
}
</style>
border-color css
<style>
span { border-color: #ABFD5A; }
span { border-color: rgb(171,253,90); }
td.TdClassName
{
border-color: #ABFD5A;
}
.TagClassName
{
border-color: #ABFD5A;
}
</style>