Shades of Conifer #A8DE53
Tints of Conifer #A8DE53
RGB
CMYK
RGB Variations
Color information
#A8DE53 (or 0xA8DE53) is known color: Conifer. HEX triplet: A8, DE and 53. RGB value is (168,222,83). Sum of RGB (Red+Green+Blue) = 168+222+83=473 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.52% from 473); Green value is 222 (87.11% from 255 or 46.93% from 473); Blue value is 83 (32.81% from 255 or 17.55% from 473); Max value from RGB is 222 - color contains mainly: green. Hex color #A8DE53 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8DE53 is #5721AC. Grayscale: #BEBEBE. Windows color (decimal): -5710253 or 5496488. OLE color: 5496488.
HSL color Cylindrical-coordinate representation of color #A8DE53: hue angle of 83.31º degrees, saturation: 0.68, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A8DE53 is Cyan = 0.24, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 168 | 222 | 83 | - |
| CMYK | 0.24 | 0 | 0.63 | 0.13 |
| HSL | 83.31º | 0.68% | 0.6% | - |
| HSV(B) | 83.31º | 0.63% | 0.87% | - |
| XYZ | 43.83 | 61.19 | 17.68 | - |
| YUV | 190.01 | 67.61 | 112.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 222 | 83 | 0.24 | 0 | 0.63 | 0.13 | 83.31 | 0.68 | 0.6 |
| Hex | A8 | DE | 53 | 18 | 0 | 3F | D | 53 | 44 | 3C |
| Octal | 250 | 336 | 123 | 30 | 0 | 77 | 15 | 123 | 104 | 74 |
| Binary | 10101000 | 11011110 | 1010011 | 11000 | 0 | 111111 | 1101 | 1010011 | 1000100 | 111100 |
Color Harmonies of #A8DE53
Complementary color
Monochromatic Colors of #A8DE53
Black with #A8DE53
Text Example
Text Example
White with #A8DE53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8DE53; }
p { color: rgb(168,222,83); }
H1.HeaderClassName
{
color: #A8DE53;
}
.AnyTagClassName
{
color: #A8DE53;
}
</style>
background-color css
<style>
a { background-color: #A8DE53; }
a { background-color: rgb(168,222,83); }
div.DivClassName
{
background-color: #A8DE53;
}
.BgClassName
{
background-color: #A8DE53;
}
</style>
border-color css
<style>
span { border-color: #A8DE53; }
span { border-color: rgb(168,222,83); }
td.TdClassName
{
border-color: #A8DE53;
}
.TagClassName
{
border-color: #A8DE53;
}
</style>