Shades of Conifer #A8CE4B
Tints of Conifer #A8CE4B
RGB
CMYK
RGB Variations
Color information
#A8CE4B (or 0xA8CE4B) is known color: Conifer. HEX triplet: A8, CE and 4B. RGB value is (168,206,75). Sum of RGB (Red+Green+Blue) = 168+206+75=449 (59% of max value = 765). Red value is 168 (66.02% from 255 or 37.42% from 449); Green value is 206 (80.86% from 255 or 45.88% from 449); Blue value is 75 (29.69% from 255 or 16.70% from 449); Max value from RGB is 206 - color contains mainly: green. Hex color #A8CE4B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8CE4B is #5731B4. Grayscale: #B4B4B4. Windows color (decimal): -5714357 or 4968104. OLE color: 4968104.
HSL color Cylindrical-coordinate representation of color #A8CE4B: hue angle of 77.4º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A8CE4B is Cyan = 0.18, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 168 | 206 | 75 | - |
| CMYK | 0.18 | 0 | 0.64 | 0.19 |
| HSL | 77.4º | 0.57% | 0.55% | - |
| HSV(B) | 77.4º | 0.64% | 0.81% | - |
| XYZ | 39.49 | 52.98 | 14.8 | - |
| YUV | 179.7 | 68.91 | 119.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 206 | 75 | 0.18 | 0 | 0.64 | 0.19 | 77.4 | 0.57 | 0.55 |
| Hex | A8 | CE | 4B | 12 | 0 | 40 | 13 | 4D | 39 | 37 |
| Octal | 250 | 316 | 113 | 22 | 0 | 100 | 23 | 115 | 71 | 67 |
| Binary | 10101000 | 11001110 | 1001011 | 10010 | 0 | 1000000 | 10011 | 1001101 | 111001 | 110111 |
Color Harmonies of #A8CE4B
Complementary color
Monochromatic Colors of #A8CE4B
Black with #A8CE4B
Text Example
Text Example
White with #A8CE4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8CE4B; }
p { color: rgb(168,206,75); }
H1.HeaderClassName
{
color: #A8CE4B;
}
.AnyTagClassName
{
color: #A8CE4B;
}
</style>
background-color css
<style>
a { background-color: #A8CE4B; }
a { background-color: rgb(168,206,75); }
div.DivClassName
{
background-color: #A8CE4B;
}
.BgClassName
{
background-color: #A8CE4B;
}
</style>
border-color css
<style>
span { border-color: #A8CE4B; }
span { border-color: rgb(168,206,75); }
td.TdClassName
{
border-color: #A8CE4B;
}
.TagClassName
{
border-color: #A8CE4B;
}
</style>