Shades of Conifer #A8DE4B
Tints of Conifer #A8DE4B
RGB
CMYK
RGB Variations
Color information
#A8DE4B (or 0xA8DE4B) is known color: Conifer. HEX triplet: A8, DE and 4B. RGB value is (168,222,75). Sum of RGB (Red+Green+Blue) = 168+222+75=465 (61% of max value = 765). Red value is 168 (66.02% from 255 or 36.13% from 465); Green value is 222 (87.11% from 255 or 47.74% from 465); Blue value is 75 (29.69% from 255 or 16.13% from 465); Max value from RGB is 222 - color contains mainly: green. Hex color #A8DE4B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8DE4B is #5721B4. Grayscale: #BDBDBD. Windows color (decimal): -5710261 or 4972200. OLE color: 4972200.
HSL color Cylindrical-coordinate representation of color #A8DE4B: hue angle of 82.04º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A8DE4B is Cyan = 0.24, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 168 | 222 | 75 | - |
| CMYK | 0.24 | 0 | 0.66 | 0.13 |
| HSL | 82.04º | 0.69% | 0.58% | - |
| HSV(B) | 82.04º | 0.66% | 0.87% | - |
| XYZ | 43.54 | 61.08 | 16.15 | - |
| YUV | 189.1 | 63.61 | 112.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 222 | 75 | 0.24 | 0 | 0.66 | 0.13 | 82.04 | 0.69 | 0.58 |
| Hex | A8 | DE | 4B | 18 | 0 | 42 | D | 52 | 45 | 3A |
| Octal | 250 | 336 | 113 | 30 | 0 | 102 | 15 | 122 | 105 | 72 |
| Binary | 10101000 | 11011110 | 1001011 | 11000 | 0 | 1000010 | 1101 | 1010010 | 1000101 | 111010 |
Color Harmonies of #A8DE4B
Complementary color
Monochromatic Colors of #A8DE4B
Black with #A8DE4B
Text Example
Text Example
White with #A8DE4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8DE4B; }
p { color: rgb(168,222,75); }
H1.HeaderClassName
{
color: #A8DE4B;
}
.AnyTagClassName
{
color: #A8DE4B;
}
</style>
background-color css
<style>
a { background-color: #A8DE4B; }
a { background-color: rgb(168,222,75); }
div.DivClassName
{
background-color: #A8DE4B;
}
.BgClassName
{
background-color: #A8DE4B;
}
</style>
border-color css
<style>
span { border-color: #A8DE4B; }
span { border-color: rgb(168,222,75); }
td.TdClassName
{
border-color: #A8DE4B;
}
.TagClassName
{
border-color: #A8DE4B;
}
</style>