Shades of Conifer #A5E34B
Tints of Conifer #A5E34B
RGB
CMYK
RGB Variations
Color information
#A5E34B (or 0xA5E34B) is known color: Conifer. HEX triplet: A5, E3 and 4B. RGB value is (165,227,75). Sum of RGB (Red+Green+Blue) = 165+227+75=467 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.33% from 467); Green value is 227 (89.06% from 255 or 48.61% from 467); Blue value is 75 (29.69% from 255 or 16.06% from 467); Max value from RGB is 227 - color contains mainly: green. Hex color #A5E34B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A5E34B is #5A1CB4. Grayscale: #BFBFBF. Windows color (decimal): -5905589 or 4973477. OLE color: 4973477.
HSL color Cylindrical-coordinate representation of color #A5E34B: hue angle of 84.47º 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 #A5E34B is Cyan = 0.27, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 165 | 227 | 75 | - |
| CMYK | 0.27 | 0 | 0.67 | 0.11 |
| HSL | 84.47º | 0.73% | 0.59% | - |
| HSV(B) | 84.47º | 0.67% | 0.89% | - |
| XYZ | 44.26 | 63.45 | 16.57 | - |
| YUV | 191.13 | 62.46 | 109.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 227 | 75 | 0.27 | 0 | 0.67 | 0.11 | 84.47 | 0.73 | 0.59 |
| Hex | A5 | E3 | 4B | 1B | 0 | 43 | B | 54 | 49 | 3B |
| Octal | 245 | 343 | 113 | 33 | 0 | 103 | 13 | 124 | 111 | 73 |
| Binary | 10100101 | 11100011 | 1001011 | 11011 | 0 | 1000011 | 1011 | 1010100 | 1001001 | 111011 |
Color Harmonies of #A5E34B
Complementary color
Monochromatic Colors of #A5E34B
Black with #A5E34B
Text Example
Text Example
White with #A5E34B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5E34B; }
p { color: rgb(165,227,75); }
H1.HeaderClassName
{
color: #A5E34B;
}
.AnyTagClassName
{
color: #A5E34B;
}
</style>
background-color css
<style>
a { background-color: #A5E34B; }
a { background-color: rgb(165,227,75); }
div.DivClassName
{
background-color: #A5E34B;
}
.BgClassName
{
background-color: #A5E34B;
}
</style>
border-color css
<style>
span { border-color: #A5E34B; }
span { border-color: rgb(165,227,75); }
td.TdClassName
{
border-color: #A5E34B;
}
.TagClassName
{
border-color: #A5E34B;
}
</style>