Shades of Conifer #A8DF4B
Tints of Conifer #A8DF4B
RGB
CMYK
RGB Variations
Color information
#A8DF4B (or 0xA8DF4B) is known color: Conifer. HEX triplet: A8, DF and 4B. RGB value is (168,223,75). Sum of RGB (Red+Green+Blue) = 168+223+75=466 (61% of max value = 765). Red value is 168 (66.02% from 255 or 36.05% from 466); Green value is 223 (87.5% from 255 or 47.85% from 466); Blue value is 75 (29.69% from 255 or 16.09% from 466); Max value from RGB is 223 - color contains mainly: green. Hex color #A8DF4B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8DF4B is #5720B4. Grayscale: #BEBEBE. Windows color (decimal): -5710005 or 4972456. OLE color: 4972456.
HSL color Cylindrical-coordinate representation of color #A8DF4B: hue angle of 82.3º degrees, saturation: 0.7, 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 #A8DF4B is Cyan = 0.25, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 168 | 223 | 75 | - |
| CMYK | 0.25 | 0 | 0.66 | 0.13 |
| HSL | 82.3º | 0.7% | 0.58% | - |
| HSV(B) | 82.3º | 0.66% | 0.87% | - |
| XYZ | 43.81 | 61.61 | 16.24 | - |
| YUV | 189.68 | 63.28 | 112.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 223 | 75 | 0.25 | 0 | 0.66 | 0.13 | 82.3 | 0.7 | 0.58 |
| Hex | A8 | DF | 4B | 19 | 0 | 42 | D | 52 | 46 | 3A |
| Octal | 250 | 337 | 113 | 31 | 0 | 102 | 15 | 122 | 106 | 72 |
| Binary | 10101000 | 11011111 | 1001011 | 11001 | 0 | 1000010 | 1101 | 1010010 | 1000110 | 111010 |
Color Harmonies of #A8DF4B
Complementary color
Monochromatic Colors of #A8DF4B
Black with #A8DF4B
Text Example
Text Example
White with #A8DF4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8DF4B; }
p { color: rgb(168,223,75); }
H1.HeaderClassName
{
color: #A8DF4B;
}
.AnyTagClassName
{
color: #A8DF4B;
}
</style>
background-color css
<style>
a { background-color: #A8DF4B; }
a { background-color: rgb(168,223,75); }
div.DivClassName
{
background-color: #A8DF4B;
}
.BgClassName
{
background-color: #A8DF4B;
}
</style>
border-color css
<style>
span { border-color: #A8DF4B; }
span { border-color: rgb(168,223,75); }
td.TdClassName
{
border-color: #A8DF4B;
}
.TagClassName
{
border-color: #A8DF4B;
}
</style>