Shades of Conifer #A3DE5C
Tints of Conifer #A3DE5C
RGB
CMYK
RGB Variations
Color information
#A3DE5C (or 0xA3DE5C) is known color: Conifer. HEX triplet: A3, DE and 5C. RGB value is (163,222,92). Sum of RGB (Red+Green+Blue) = 163+222+92=477 (63% of max value = 765). Red value is 163 (64.06% from 255 or 34.17% from 477); Green value is 222 (87.11% from 255 or 46.54% from 477); Blue value is 92 (36.33% from 255 or 19.29% from 477); Max value from RGB is 222 - color contains mainly: green. Hex color #A3DE5C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3DE5C is #5C21A3. Grayscale: #BEBEBE. Windows color (decimal): -6037924 or 6086307. OLE color: 6086307.
HSL color Cylindrical-coordinate representation of color #A3DE5C: hue angle of 87.23º degrees, saturation: 0.66, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A3DE5C is Cyan = 0.27, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 163 | 222 | 92 | - |
| CMYK | 0.27 | 0 | 0.59 | 0.13 |
| HSL | 87.23º | 0.66% | 0.62% | - |
| HSV(B) | 87.23º | 0.59% | 0.87% | - |
| XYZ | 43.16 | 60.8 | 19.59 | - |
| YUV | 189.54 | 72.95 | 109.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 222 | 92 | 0.27 | 0 | 0.59 | 0.13 | 87.23 | 0.66 | 0.62 |
| Hex | A3 | DE | 5C | 1B | 0 | 3B | D | 57 | 42 | 3E |
| Octal | 243 | 336 | 134 | 33 | 0 | 73 | 15 | 127 | 102 | 76 |
| Binary | 10100011 | 11011110 | 1011100 | 11011 | 0 | 111011 | 1101 | 1010111 | 1000010 | 111110 |
Color Harmonies of #A3DE5C
Complementary color
Monochromatic Colors of #A3DE5C
Black with #A3DE5C
Text Example
Text Example
White with #A3DE5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3DE5C; }
p { color: rgb(163,222,92); }
H1.HeaderClassName
{
color: #A3DE5C;
}
.AnyTagClassName
{
color: #A3DE5C;
}
</style>
background-color css
<style>
a { background-color: #A3DE5C; }
a { background-color: rgb(163,222,92); }
div.DivClassName
{
background-color: #A3DE5C;
}
.BgClassName
{
background-color: #A3DE5C;
}
</style>
border-color css
<style>
span { border-color: #A3DE5C; }
span { border-color: rgb(163,222,92); }
td.TdClassName
{
border-color: #A3DE5C;
}
.TagClassName
{
border-color: #A3DE5C;
}
</style>