Shades of Conifer #A5FE54
Tints of Conifer #A5FE54
RGB
CMYK
RGB Variations
Color information
#A5FE54 (or 0xA5FE54) is known color: Conifer. HEX triplet: A5, FE and 54. RGB value is (165,254,84). Sum of RGB (Red+Green+Blue) = 165+254+84=503 (66% of max value = 765). Red value is 165 (64.84% from 255 or 32.80% from 503); Green value is 254 (99.61% from 255 or 50.50% from 503); Blue value is 84 (33.20% from 255 or 16.70% from 503); Max value from RGB is 254 - color contains mainly: green. Hex color #A5FE54 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A5FE54 is #5A01AB. Grayscale: #D0D0D0. Windows color (decimal): -5898668 or 5570213. OLE color: 5570213.
HSL color Cylindrical-coordinate representation of color #A5FE54: hue angle of 91.41º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A5FE54 is Cyan = 0.35, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 165 | 254 | 84 | - |
| CMYK | 0.35 | 0 | 0.67 | 0.00 |
| HSL | 91.41º | 0.99% | 0.66% | - |
| HSV(B) | 91.41º | 0.67% | 1% | - |
| XYZ | 52.56 | 79.52 | 20.97 | - |
| YUV | 208.01 | 58.01 | 97.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 254 | 84 | 0.35 | 0 | 0.67 | 0.00 | 91.41 | 0.99 | 0.66 |
| Hex | A5 | FE | 54 | 23 | 0 | 43 | 0 | 5B | 63 | 42 |
| Octal | 245 | 376 | 124 | 43 | 0 | 103 | 0 | 133 | 143 | 102 |
| Binary | 10100101 | 11111110 | 1010100 | 100011 | 0 | 1000011 | 0 | 1011011 | 1100011 | 1000010 |
Color Harmonies of #A5FE54
Complementary color
Monochromatic Colors of #A5FE54
Black with #A5FE54
Text Example
Text Example
White with #A5FE54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5FE54; }
p { color: rgb(165,254,84); }
H1.HeaderClassName
{
color: #A5FE54;
}
.AnyTagClassName
{
color: #A5FE54;
}
</style>
background-color css
<style>
a { background-color: #A5FE54; }
a { background-color: rgb(165,254,84); }
div.DivClassName
{
background-color: #A5FE54;
}
.BgClassName
{
background-color: #A5FE54;
}
</style>
border-color css
<style>
span { border-color: #A5FE54; }
span { border-color: rgb(165,254,84); }
td.TdClassName
{
border-color: #A5FE54;
}
.TagClassName
{
border-color: #A5FE54;
}
</style>