Shades of Conifer #A8EE48
Tints of Conifer #A8EE48
RGB
CMYK
RGB Variations
Color information
#A8EE48 (or 0xA8EE48) is known color: Conifer. HEX triplet: A8, EE and 48. RGB value is (168,238,72). Sum of RGB (Red+Green+Blue) = 168+238+72=478 (63% of max value = 765). Red value is 168 (66.02% from 255 or 35.15% from 478); Green value is 238 (93.36% from 255 or 49.79% from 478); Blue value is 72 (28.52% from 255 or 15.06% from 478); Max value from RGB is 238 - color contains mainly: green. Hex color #A8EE48 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A8EE48 is #5711B7. Grayscale: #C6C6C6. Windows color (decimal): -5706168 or 4779688. OLE color: 4779688.
HSL color Cylindrical-coordinate representation of color #A8EE48: hue angle of 85.3º degrees, saturation: 0.83, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A8EE48 is Cyan = 0.29, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 168 | 238 | 72 | - |
| CMYK | 0.29 | 0 | 0.70 | 0.07 |
| HSL | 85.3º | 0.83% | 0.61% | - |
| HSV(B) | 85.3º | 0.7% | 0.93% | - |
| XYZ | 47.89 | 69.94 | 17.11 | - |
| YUV | 198.15 | 56.81 | 106.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 238 | 72 | 0.29 | 0 | 0.70 | 0.07 | 85.3 | 0.83 | 0.61 |
| Hex | A8 | EE | 48 | 1D | 0 | 46 | 7 | 55 | 53 | 3D |
| Octal | 250 | 356 | 110 | 35 | 0 | 106 | 7 | 125 | 123 | 75 |
| Binary | 10101000 | 11101110 | 1001000 | 11101 | 0 | 1000110 | 111 | 1010101 | 1010011 | 111101 |
Color Harmonies of #A8EE48
Complementary color
Monochromatic Colors of #A8EE48
Black with #A8EE48
Text Example
Text Example
White with #A8EE48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8EE48; }
p { color: rgb(168,238,72); }
H1.HeaderClassName
{
color: #A8EE48;
}
.AnyTagClassName
{
color: #A8EE48;
}
</style>
background-color css
<style>
a { background-color: #A8EE48; }
a { background-color: rgb(168,238,72); }
div.DivClassName
{
background-color: #A8EE48;
}
.BgClassName
{
background-color: #A8EE48;
}
</style>
border-color css
<style>
span { border-color: #A8EE48; }
span { border-color: rgb(168,238,72); }
td.TdClassName
{
border-color: #A8EE48;
}
.TagClassName
{
border-color: #A8EE48;
}
</style>