Shades of Conifer #A8DE5B
Tints of Conifer #A8DE5B
RGB
CMYK
RGB Variations
Color information
#A8DE5B (or 0xA8DE5B) is known color: Conifer. HEX triplet: A8, DE and 5B. RGB value is (168,222,91). Sum of RGB (Red+Green+Blue) = 168+222+91=481 (63% of max value = 765). Red value is 168 (66.02% from 255 or 34.93% from 481); Green value is 222 (87.11% from 255 or 46.15% from 481); Blue value is 91 (35.94% from 255 or 18.92% from 481); Max value from RGB is 222 - color contains mainly: green. Hex color #A8DE5B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8DE5B is #5721A4. Grayscale: #BFBFBF. Windows color (decimal): -5710245 or 6020776. OLE color: 6020776.
HSL color Cylindrical-coordinate representation of color #A8DE5B: hue angle of 84.73º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A8DE5B is Cyan = 0.24, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 168 | 222 | 91 | - |
| CMYK | 0.24 | 0 | 0.59 | 0.13 |
| HSL | 84.73º | 0.66% | 0.61% | - |
| HSV(B) | 84.73º | 0.59% | 0.87% | - |
| XYZ | 44.16 | 61.32 | 19.41 | - |
| YUV | 190.92 | 71.61 | 111.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 222 | 91 | 0.24 | 0 | 0.59 | 0.13 | 84.73 | 0.66 | 0.61 |
| Hex | A8 | DE | 5B | 18 | 0 | 3B | D | 55 | 42 | 3D |
| Octal | 250 | 336 | 133 | 30 | 0 | 73 | 15 | 125 | 102 | 75 |
| Binary | 10101000 | 11011110 | 1011011 | 11000 | 0 | 111011 | 1101 | 1010101 | 1000010 | 111101 |
Color Harmonies of #A8DE5B
Complementary color
Monochromatic Colors of #A8DE5B
Black with #A8DE5B
Text Example
Text Example
White with #A8DE5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8DE5B; }
p { color: rgb(168,222,91); }
H1.HeaderClassName
{
color: #A8DE5B;
}
.AnyTagClassName
{
color: #A8DE5B;
}
</style>
background-color css
<style>
a { background-color: #A8DE5B; }
a { background-color: rgb(168,222,91); }
div.DivClassName
{
background-color: #A8DE5B;
}
.BgClassName
{
background-color: #A8DE5B;
}
</style>
border-color css
<style>
span { border-color: #A8DE5B; }
span { border-color: rgb(168,222,91); }
td.TdClassName
{
border-color: #A8DE5B;
}
.TagClassName
{
border-color: #A8DE5B;
}
</style>