Shades of Conifer #A8EF48
Tints of Conifer #A8EF48
RGB
CMYK
RGB Variations
Color information
#A8EF48 (or 0xA8EF48) is known color: Conifer. HEX triplet: A8, EF and 48. RGB value is (168,239,72). Sum of RGB (Red+Green+Blue) = 168+239+72=479 (63% of max value = 765). Red value is 168 (66.02% from 255 or 35.07% from 479); Green value is 239 (93.75% from 255 or 49.90% from 479); Blue value is 72 (28.52% from 255 or 15.03% from 479); Max value from RGB is 239 - color contains mainly: green. Hex color #A8EF48 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A8EF48 is #5710B7. Grayscale: #C7C7C7. Windows color (decimal): -5705912 or 4779944. OLE color: 4779944.
HSL color Cylindrical-coordinate representation of color #A8EF48: hue angle of 85.51º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A8EF48 is Cyan = 0.30, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 168 | 239 | 72 | - |
| CMYK | 0.30 | 0 | 0.70 | 0.06 |
| HSL | 85.51º | 0.84% | 0.61% | - |
| HSV(B) | 85.51º | 0.7% | 0.94% | - |
| XYZ | 48.18 | 70.53 | 17.2 | - |
| YUV | 198.73 | 56.48 | 106.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 239 | 72 | 0.30 | 0 | 0.70 | 0.06 | 85.51 | 0.84 | 0.61 |
| Hex | A8 | EF | 48 | 1E | 0 | 46 | 6 | 56 | 54 | 3D |
| Octal | 250 | 357 | 110 | 36 | 0 | 106 | 6 | 126 | 124 | 75 |
| Binary | 10101000 | 11101111 | 1001000 | 11110 | 0 | 1000110 | 110 | 1010110 | 1010100 | 111101 |
Color Harmonies of #A8EF48
Complementary color
Monochromatic Colors of #A8EF48
Black with #A8EF48
Text Example
Text Example
White with #A8EF48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8EF48; }
p { color: rgb(168,239,72); }
H1.HeaderClassName
{
color: #A8EF48;
}
.AnyTagClassName
{
color: #A8EF48;
}
</style>
background-color css
<style>
a { background-color: #A8EF48; }
a { background-color: rgb(168,239,72); }
div.DivClassName
{
background-color: #A8EF48;
}
.BgClassName
{
background-color: #A8EF48;
}
</style>
border-color css
<style>
span { border-color: #A8EF48; }
span { border-color: rgb(168,239,72); }
td.TdClassName
{
border-color: #A8EF48;
}
.TagClassName
{
border-color: #A8EF48;
}
</style>