Shades of Conifer #ADFE54
Tints of Conifer #ADFE54
RGB
CMYK
RGB Variations
Color information
#ADFE54 (or 0xADFE54) is known color: Conifer. HEX triplet: AD, FE and 54. RGB value is (173,254,84). Sum of RGB (Red+Green+Blue) = 173+254+84=511 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.86% from 511); Green value is 254 (99.61% from 255 or 49.71% from 511); Blue value is 84 (33.20% from 255 or 16.44% from 511); Max value from RGB is 254 - color contains mainly: green. Hex color #ADFE54 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ADFE54 is #5201AB. Grayscale: #D3D3D3. Windows color (decimal): -5374380 or 5570221. OLE color: 5570221.
HSL color Cylindrical-coordinate representation of color #ADFE54: hue angle of 88.59º 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 #ADFE54 is Cyan = 0.32, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 173 | 254 | 84 | - |
| CMYK | 0.32 | 0 | 0.67 | 0.00 |
| HSL | 88.59º | 0.99% | 0.66% | - |
| HSV(B) | 88.59º | 0.67% | 1% | - |
| XYZ | 54.28 | 80.41 | 21.05 | - |
| YUV | 210.4 | 56.66 | 101.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 254 | 84 | 0.32 | 0 | 0.67 | 0.00 | 88.59 | 0.99 | 0.66 |
| Hex | AD | FE | 54 | 20 | 0 | 43 | 0 | 59 | 63 | 42 |
| Octal | 255 | 376 | 124 | 40 | 0 | 103 | 0 | 131 | 143 | 102 |
| Binary | 10101101 | 11111110 | 1010100 | 100000 | 0 | 1000011 | 0 | 1011001 | 1100011 | 1000010 |
Color Harmonies of #ADFE54
Complementary color
Monochromatic Colors of #ADFE54
Black with #ADFE54
Text Example
Text Example
White with #ADFE54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADFE54; }
p { color: rgb(173,254,84); }
H1.HeaderClassName
{
color: #ADFE54;
}
.AnyTagClassName
{
color: #ADFE54;
}
</style>
background-color css
<style>
a { background-color: #ADFE54; }
a { background-color: rgb(173,254,84); }
div.DivClassName
{
background-color: #ADFE54;
}
.BgClassName
{
background-color: #ADFE54;
}
</style>
border-color css
<style>
span { border-color: #ADFE54; }
span { border-color: rgb(173,254,84); }
td.TdClassName
{
border-color: #ADFE54;
}
.TagClassName
{
border-color: #ADFE54;
}
</style>