Shades of Yellow Green #A5CE26
Tints of Yellow Green #A5CE26
RGB
CMYK
RGB Variations
Color information
#A5CE26 (or 0xA5CE26) is known color: Yellow Green. HEX triplet: A5, CE and 26. RGB value is (165,206,38). Sum of RGB (Red+Green+Blue) = 165+206+38=409 (54% of max value = 765). Red value is 165 (64.84% from 255 or 40.34% from 409); Green value is 206 (80.86% from 255 or 50.37% from 409); Blue value is 38 (15.23% from 255 or 9.29% from 409); Max value from RGB is 206 - color contains mainly: green. Hex color #A5CE26 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A5CE26 is #5A31D9. Grayscale: #AFAFAF. Windows color (decimal): -5911002 or 2543269. OLE color: 2543269.
HSL color Cylindrical-coordinate representation of color #A5CE26: hue angle of 74.64º degrees, saturation: 0.69, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A5CE26 is Cyan = 0.20, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 165 | 206 | 38 | - |
| CMYK | 0.20 | 0 | 0.82 | 0.19 |
| HSL | 74.64º | 0.69% | 0.48% | - |
| HSV(B) | 74.64º | 0.82% | 0.81% | - |
| XYZ | 37.94 | 52.28 | 9.93 | - |
| YUV | 174.59 | 50.92 | 121.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 206 | 38 | 0.20 | 0 | 0.82 | 0.19 | 74.64 | 0.69 | 0.48 |
| Hex | A5 | CE | 26 | 14 | 0 | 52 | 13 | 4B | 45 | 30 |
| Octal | 245 | 316 | 46 | 24 | 0 | 122 | 23 | 113 | 105 | 60 |
| Binary | 10100101 | 11001110 | 100110 | 10100 | 0 | 1010010 | 10011 | 1001011 | 1000101 | 110000 |
Color Harmonies of #A5CE26
Complementary color
Monochromatic Colors of #A5CE26
Black with #A5CE26
Text Example
Text Example
White with #A5CE26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5CE26; }
p { color: rgb(165,206,38); }
H1.HeaderClassName
{
color: #A5CE26;
}
.AnyTagClassName
{
color: #A5CE26;
}
</style>
background-color css
<style>
a { background-color: #A5CE26; }
a { background-color: rgb(165,206,38); }
div.DivClassName
{
background-color: #A5CE26;
}
.BgClassName
{
background-color: #A5CE26;
}
</style>
border-color css
<style>
span { border-color: #A5CE26; }
span { border-color: rgb(165,206,38); }
td.TdClassName
{
border-color: #A5CE26;
}
.TagClassName
{
border-color: #A5CE26;
}
</style>