Shades of Conifer #A5E93F
Tints of Conifer #A5E93F
RGB
CMYK
RGB Variations
Color information
#A5E93F (or 0xA5E93F) is known color: Conifer. HEX triplet: A5, E9 and 3F. RGB value is (165,233,63). Sum of RGB (Red+Green+Blue) = 165+233+63=461 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.79% from 461); Green value is 233 (91.41% from 255 or 50.54% from 461); Blue value is 63 (25% from 255 or 13.67% from 461); Max value from RGB is 233 - color contains mainly: green. Hex color #A5E93F is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A5E93F is #5A16C0. Grayscale: #C1C1C1. Windows color (decimal): -5904065 or 4188581. OLE color: 4188581.
HSL color Cylindrical-coordinate representation of color #A5E93F: hue angle of 84º 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 #A5E93F is Cyan = 0.29, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 165 | 233 | 63 | - |
| CMYK | 0.29 | 0 | 0.73 | 0.09 |
| HSL | 84º | 0.79% | 0.58% | - |
| HSV(B) | 84º | 0.73% | 0.91% | - |
| XYZ | 45.55 | 66.64 | 15.16 | - |
| YUV | 193.29 | 54.47 | 107.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 233 | 63 | 0.29 | 0 | 0.73 | 0.09 | 84 | 0.79 | 0.58 |
| Hex | A5 | E9 | 3F | 1D | 0 | 49 | 9 | 54 | 4F | 3A |
| Octal | 245 | 351 | 77 | 35 | 0 | 111 | 11 | 124 | 117 | 72 |
| Binary | 10100101 | 11101001 | 111111 | 11101 | 0 | 1001001 | 1001 | 1010100 | 1001111 | 111010 |
Color Harmonies of #A5E93F
Complementary color
Monochromatic Colors of #A5E93F
Black with #A5E93F
Text Example
Text Example
White with #A5E93F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5E93F; }
p { color: rgb(165,233,63); }
H1.HeaderClassName
{
color: #A5E93F;
}
.AnyTagClassName
{
color: #A5E93F;
}
</style>
background-color css
<style>
a { background-color: #A5E93F; }
a { background-color: rgb(165,233,63); }
div.DivClassName
{
background-color: #A5E93F;
}
.BgClassName
{
background-color: #A5E93F;
}
</style>
border-color css
<style>
span { border-color: #A5E93F; }
span { border-color: rgb(165,233,63); }
td.TdClassName
{
border-color: #A5E93F;
}
.TagClassName
{
border-color: #A5E93F;
}
</style>