Shades of Conifer #A5E34A
Tints of Conifer #A5E34A
RGB
CMYK
RGB Variations
Color information
#A5E34A (or 0xA5E34A) is known color: Conifer. HEX triplet: A5, E3 and 4A. RGB value is (165,227,74). Sum of RGB (Red+Green+Blue) = 165+227+74=466 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.41% from 466); Green value is 227 (89.06% from 255 or 48.71% from 466); Blue value is 74 (29.30% from 255 or 15.88% from 466); Max value from RGB is 227 - color contains mainly: green. Hex color #A5E34A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A5E34A is #5A1CB5. Grayscale: #BFBFBF. Windows color (decimal): -5905590 or 4907941. OLE color: 4907941.
HSL color Cylindrical-coordinate representation of color #A5E34A: hue angle of 84.31º degrees, saturation: 0.73, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A5E34A is Cyan = 0.27, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 165 | 227 | 74 | - |
| CMYK | 0.27 | 0 | 0.67 | 0.11 |
| HSL | 84.31º | 0.73% | 0.59% | - |
| HSV(B) | 84.31º | 0.67% | 0.89% | - |
| XYZ | 44.22 | 63.43 | 16.39 | - |
| YUV | 191.02 | 61.96 | 109.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 227 | 74 | 0.27 | 0 | 0.67 | 0.11 | 84.31 | 0.73 | 0.59 |
| Hex | A5 | E3 | 4A | 1B | 0 | 43 | B | 54 | 49 | 3B |
| Octal | 245 | 343 | 112 | 33 | 0 | 103 | 13 | 124 | 111 | 73 |
| Binary | 10100101 | 11100011 | 1001010 | 11011 | 0 | 1000011 | 1011 | 1010100 | 1001001 | 111011 |
Color Harmonies of #A5E34A
Complementary color
Monochromatic Colors of #A5E34A
Black with #A5E34A
Text Example
Text Example
White with #A5E34A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5E34A; }
p { color: rgb(165,227,74); }
H1.HeaderClassName
{
color: #A5E34A;
}
.AnyTagClassName
{
color: #A5E34A;
}
</style>
background-color css
<style>
a { background-color: #A5E34A; }
a { background-color: rgb(165,227,74); }
div.DivClassName
{
background-color: #A5E34A;
}
.BgClassName
{
background-color: #A5E34A;
}
</style>
border-color css
<style>
span { border-color: #A5E34A; }
span { border-color: rgb(165,227,74); }
td.TdClassName
{
border-color: #A5E34A;
}
.TagClassName
{
border-color: #A5E34A;
}
</style>