Shades of Conifer #A3EB68
Tints of Conifer #A3EB68
RGB
CMYK
RGB Variations
Color information
#A3EB68 (or 0xA3EB68) is known color: Conifer. HEX triplet: A3, EB and 68. RGB value is (163,235,104). Sum of RGB (Red+Green+Blue) = 163+235+104=502 (66% of max value = 765). Red value is 163 (64.06% from 255 or 32.47% from 502); Green value is 235 (92.19% from 255 or 46.81% from 502); Blue value is 104 (41.02% from 255 or 20.72% from 502); Max value from RGB is 235 - color contains mainly: green. Hex color #A3EB68 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A3EB68 is #5C1497. Grayscale: #C6C6C6. Windows color (decimal): -6034584 or 6876067. OLE color: 6876067.
HSL color Cylindrical-coordinate representation of color #A3EB68: hue angle of 92.98º degrees, saturation: 0.77, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A3EB68 is Cyan = 0.31, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 163 | 235 | 104 | - |
| CMYK | 0.31 | 0 | 0.56 | 0.08 |
| HSL | 92.98º | 0.77% | 0.66% | - |
| HSV(B) | 92.98º | 0.56% | 0.92% | - |
| XYZ | 47.31 | 68.2 | 23.77 | - |
| YUV | 198.54 | 74.65 | 102.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 235 | 104 | 0.31 | 0 | 0.56 | 0.08 | 92.98 | 0.77 | 0.66 |
| Hex | A3 | EB | 68 | 1F | 0 | 38 | 8 | 5D | 4D | 42 |
| Octal | 243 | 353 | 150 | 37 | 0 | 70 | 10 | 135 | 115 | 102 |
| Binary | 10100011 | 11101011 | 1101000 | 11111 | 0 | 111000 | 1000 | 1011101 | 1001101 | 1000010 |
Color Harmonies of #A3EB68
Complementary color
Monochromatic Colors of #A3EB68
Black with #A3EB68
Text Example
Text Example
White with #A3EB68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3EB68; }
p { color: rgb(163,235,104); }
H1.HeaderClassName
{
color: #A3EB68;
}
.AnyTagClassName
{
color: #A3EB68;
}
</style>
background-color css
<style>
a { background-color: #A3EB68; }
a { background-color: rgb(163,235,104); }
div.DivClassName
{
background-color: #A3EB68;
}
.BgClassName
{
background-color: #A3EB68;
}
</style>
border-color css
<style>
span { border-color: #A3EB68; }
span { border-color: rgb(163,235,104); }
td.TdClassName
{
border-color: #A3EB68;
}
.TagClassName
{
border-color: #A3EB68;
}
</style>