Shades of Conifer #A5E750
Tints of Conifer #A5E750
RGB
CMYK
RGB Variations
Color information
#A5E750 (or 0xA5E750) is known color: Conifer. HEX triplet: A5, E7 and 50. RGB value is (165,231,80). Sum of RGB (Red+Green+Blue) = 165+231+80=476 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.66% from 476); Green value is 231 (90.62% from 255 or 48.53% from 476); Blue value is 80 (31.64% from 255 or 16.81% from 476); Max value from RGB is 231 - color contains mainly: green. Hex color #A5E750 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A5E750 is #5A18AF. Grayscale: #C2C2C2. Windows color (decimal): -5904560 or 5302181. OLE color: 5302181.
HSL color Cylindrical-coordinate representation of color #A5E750: hue angle of 86.23º degrees, saturation: 0.76, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A5E750 is Cyan = 0.29, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 165 | 231 | 80 | - |
| CMYK | 0.29 | 0 | 0.65 | 0.09 |
| HSL | 86.23º | 0.76% | 0.61% | - |
| HSV(B) | 86.23º | 0.65% | 0.91% | - |
| XYZ | 45.54 | 65.73 | 17.88 | - |
| YUV | 194.05 | 63.63 | 107.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 231 | 80 | 0.29 | 0 | 0.65 | 0.09 | 86.23 | 0.76 | 0.61 |
| Hex | A5 | E7 | 50 | 1D | 0 | 41 | 9 | 56 | 4C | 3D |
| Octal | 245 | 347 | 120 | 35 | 0 | 101 | 11 | 126 | 114 | 75 |
| Binary | 10100101 | 11100111 | 1010000 | 11101 | 0 | 1000001 | 1001 | 1010110 | 1001100 | 111101 |
Color Harmonies of #A5E750
Complementary color
Monochromatic Colors of #A5E750
Black with #A5E750
Text Example
Text Example
White with #A5E750
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5E750; }
p { color: rgb(165,231,80); }
H1.HeaderClassName
{
color: #A5E750;
}
.AnyTagClassName
{
color: #A5E750;
}
</style>
background-color css
<style>
a { background-color: #A5E750; }
a { background-color: rgb(165,231,80); }
div.DivClassName
{
background-color: #A5E750;
}
.BgClassName
{
background-color: #A5E750;
}
</style>
border-color css
<style>
span { border-color: #A5E750; }
span { border-color: rgb(165,231,80); }
td.TdClassName
{
border-color: #A5E750;
}
.TagClassName
{
border-color: #A5E750;
}
</style>