Shades of Conifer #A5E768
Tints of Conifer #A5E768
RGB
CMYK
RGB Variations
Color information
#A5E768 (or 0xA5E768) is known color: Conifer. HEX triplet: A5, E7 and 68. RGB value is (165,231,104). Sum of RGB (Red+Green+Blue) = 165+231+104=500 (66% of max value = 765). Red value is 165 (64.84% from 255 or 33% from 500); Green value is 231 (90.62% from 255 or 46.2% from 500); Blue value is 104 (41.02% from 255 or 20.8% from 500); Max value from RGB is 231 - color contains mainly: green. Hex color #A5E768 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A5E768 is #5A1897. Grayscale: #C5C5C5. Windows color (decimal): -5904536 or 6875045. OLE color: 6875045.
HSL color Cylindrical-coordinate representation of color #A5E768: hue angle of 91.18º degrees, saturation: 0.73, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A5E768 is Cyan = 0.29, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 165 | 231 | 104 | - |
| CMYK | 0.29 | 0 | 0.55 | 0.09 |
| HSL | 91.18º | 0.73% | 0.66% | - |
| HSV(B) | 91.18º | 0.55% | 0.91% | - |
| XYZ | 46.59 | 66.15 | 23.41 | - |
| YUV | 196.79 | 75.63 | 105.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 231 | 104 | 0.29 | 0 | 0.55 | 0.09 | 91.18 | 0.73 | 0.66 |
| Hex | A5 | E7 | 68 | 1D | 0 | 37 | 9 | 5B | 49 | 42 |
| Octal | 245 | 347 | 150 | 35 | 0 | 67 | 11 | 133 | 111 | 102 |
| Binary | 10100101 | 11100111 | 1101000 | 11101 | 0 | 110111 | 1001 | 1011011 | 1001001 | 1000010 |
Color Harmonies of #A5E768
Complementary color
Monochromatic Colors of #A5E768
Black with #A5E768
Text Example
Text Example
White with #A5E768
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5E768; }
p { color: rgb(165,231,104); }
H1.HeaderClassName
{
color: #A5E768;
}
.AnyTagClassName
{
color: #A5E768;
}
</style>
background-color css
<style>
a { background-color: #A5E768; }
a { background-color: rgb(165,231,104); }
div.DivClassName
{
background-color: #A5E768;
}
.BgClassName
{
background-color: #A5E768;
}
</style>
border-color css
<style>
span { border-color: #A5E768; }
span { border-color: rgb(165,231,104); }
td.TdClassName
{
border-color: #A5E768;
}
.TagClassName
{
border-color: #A5E768;
}
</style>