Shades of Conifer #A5E83F
Tints of Conifer #A5E83F
RGB
CMYK
RGB Variations
Color information
#A5E83F (or 0xA5E83F) is known color: Conifer. HEX triplet: A5, E8 and 3F. RGB value is (165,232,63). Sum of RGB (Red+Green+Blue) = 165+232+63=460 (60% of max value = 765). Red value is 165 (64.84% from 255 or 35.87% from 460); Green value is 232 (91.02% from 255 or 50.43% from 460); Blue value is 63 (25% from 255 or 13.70% from 460); Max value from RGB is 232 - color contains mainly: green. Hex color #A5E83F is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A5E83F is #5A17C0. Grayscale: #C1C1C1. Windows color (decimal): -5904321 or 4188325. OLE color: 4188325.
HSL color Cylindrical-coordinate representation of color #A5E83F: hue angle of 83.79º degrees, saturation: 0.79, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A5E83F is Cyan = 0.29, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 165 | 232 | 63 | - |
| CMYK | 0.29 | 0 | 0.73 | 0.09 |
| HSL | 83.79º | 0.79% | 0.58% | - |
| HSV(B) | 83.79º | 0.73% | 0.91% | - |
| XYZ | 45.27 | 66.07 | 15.07 | - |
| YUV | 192.7 | 54.8 | 108.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 232 | 63 | 0.29 | 0 | 0.73 | 0.09 | 83.79 | 0.79 | 0.58 |
| Hex | A5 | E8 | 3F | 1D | 0 | 49 | 9 | 54 | 4F | 3A |
| Octal | 245 | 350 | 77 | 35 | 0 | 111 | 11 | 124 | 117 | 72 |
| Binary | 10100101 | 11101000 | 111111 | 11101 | 0 | 1001001 | 1001 | 1010100 | 1001111 | 111010 |
Color Harmonies of #A5E83F
Complementary color
Monochromatic Colors of #A5E83F
Black with #A5E83F
Text Example
Text Example
White with #A5E83F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5E83F; }
p { color: rgb(165,232,63); }
H1.HeaderClassName
{
color: #A5E83F;
}
.AnyTagClassName
{
color: #A5E83F;
}
</style>
background-color css
<style>
a { background-color: #A5E83F; }
a { background-color: rgb(165,232,63); }
div.DivClassName
{
background-color: #A5E83F;
}
.BgClassName
{
background-color: #A5E83F;
}
</style>
border-color css
<style>
span { border-color: #A5E83F; }
span { border-color: rgb(165,232,63); }
td.TdClassName
{
border-color: #A5E83F;
}
.TagClassName
{
border-color: #A5E83F;
}
</style>