Shades of Yellow Green #A5CB28
Tints of Yellow Green #A5CB28
RGB
CMYK
RGB Variations
Color information
#A5CB28 (or 0xA5CB28) is known color: Yellow Green. HEX triplet: A5, CB and 28. RGB value is (165,203,40). Sum of RGB (Red+Green+Blue) = 165+203+40=408 (54% of max value = 765). Red value is 165 (64.84% from 255 or 40.44% from 408); Green value is 203 (79.69% from 255 or 49.75% from 408); Blue value is 40 (16.02% from 255 or 9.80% from 408); Max value from RGB is 203 - color contains mainly: green. Hex color #A5CB28 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A5CB28 is #5A34D7. Grayscale: #ADADAD. Windows color (decimal): -5911768 or 2673573. OLE color: 2673573.
HSL color Cylindrical-coordinate representation of color #A5CB28: hue angle of 73.99º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A5CB28 is Cyan = 0.19, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 165 | 203 | 40 | - |
| CMYK | 0.19 | 0 | 0.80 | 0.20 |
| HSL | 73.99º | 0.67% | 0.48% | - |
| HSV(B) | 73.99º | 0.8% | 0.8% | - |
| XYZ | 37.26 | 50.86 | 9.86 | - |
| YUV | 173.06 | 52.91 | 122.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 203 | 40 | 0.19 | 0 | 0.80 | 0.20 | 73.99 | 0.67 | 0.48 |
| Hex | A5 | CB | 28 | 13 | 0 | 50 | 14 | 4A | 43 | 30 |
| Octal | 245 | 313 | 50 | 23 | 0 | 120 | 24 | 112 | 103 | 60 |
| Binary | 10100101 | 11001011 | 101000 | 10011 | 0 | 1010000 | 10100 | 1001010 | 1000011 | 110000 |
Color Harmonies of #A5CB28
Complementary color
Monochromatic Colors of #A5CB28
Black with #A5CB28
Text Example
Text Example
White with #A5CB28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5CB28; }
p { color: rgb(165,203,40); }
H1.HeaderClassName
{
color: #A5CB28;
}
.AnyTagClassName
{
color: #A5CB28;
}
</style>
background-color css
<style>
a { background-color: #A5CB28; }
a { background-color: rgb(165,203,40); }
div.DivClassName
{
background-color: #A5CB28;
}
.BgClassName
{
background-color: #A5CB28;
}
</style>
border-color css
<style>
span { border-color: #A5CB28; }
span { border-color: rgb(165,203,40); }
td.TdClassName
{
border-color: #A5CB28;
}
.TagClassName
{
border-color: #A5CB28;
}
</style>