Shades of Conifer #A5E04B
Tints of Conifer #A5E04B
RGB
CMYK
RGB Variations
Color information
#A5E04B (or 0xA5E04B) is known color: Conifer. HEX triplet: A5, E0 and 4B. RGB value is (165,224,75). Sum of RGB (Red+Green+Blue) = 165+224+75=464 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.56% from 464); Green value is 224 (87.89% from 255 or 48.28% from 464); Blue value is 75 (29.69% from 255 or 16.16% from 464); Max value from RGB is 224 - color contains mainly: green. Hex color #A5E04B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A5E04B is #5A1FB4. Grayscale: #BDBDBD. Windows color (decimal): -5906357 or 4972709. OLE color: 4972709.
HSL color Cylindrical-coordinate representation of color #A5E04B: hue angle of 83.76º degrees, saturation: 0.71, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A5E04B is Cyan = 0.26, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 165 | 224 | 75 | - |
| CMYK | 0.26 | 0 | 0.67 | 0.12 |
| HSL | 83.76º | 0.71% | 0.59% | - |
| HSV(B) | 83.76º | 0.67% | 0.88% | - |
| XYZ | 43.44 | 61.82 | 16.3 | - |
| YUV | 189.37 | 63.45 | 110.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 224 | 75 | 0.26 | 0 | 0.67 | 0.12 | 83.76 | 0.71 | 0.59 |
| Hex | A5 | E0 | 4B | 1A | 0 | 43 | C | 54 | 47 | 3B |
| Octal | 245 | 340 | 113 | 32 | 0 | 103 | 14 | 124 | 107 | 73 |
| Binary | 10100101 | 11100000 | 1001011 | 11010 | 0 | 1000011 | 1100 | 1010100 | 1000111 | 111011 |
Color Harmonies of #A5E04B
Complementary color
Monochromatic Colors of #A5E04B
Black with #A5E04B
Text Example
Text Example
White with #A5E04B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5E04B; }
p { color: rgb(165,224,75); }
H1.HeaderClassName
{
color: #A5E04B;
}
.AnyTagClassName
{
color: #A5E04B;
}
</style>
background-color css
<style>
a { background-color: #A5E04B; }
a { background-color: rgb(165,224,75); }
div.DivClassName
{
background-color: #A5E04B;
}
.BgClassName
{
background-color: #A5E04B;
}
</style>
border-color css
<style>
span { border-color: #A5E04B; }
span { border-color: rgb(165,224,75); }
td.TdClassName
{
border-color: #A5E04B;
}
.TagClassName
{
border-color: #A5E04B;
}
</style>