Shades of Yellow Green #A5D427
Tints of Yellow Green #A5D427
RGB
CMYK
RGB Variations
Color information
#A5D427 (or 0xA5D427) is known color: Yellow Green. HEX triplet: A5, D4 and 27. RGB value is (165,212,39). Sum of RGB (Red+Green+Blue) = 165+212+39=416 (55% of max value = 765). Red value is 165 (64.84% from 255 or 39.66% from 416); Green value is 212 (83.20% from 255 or 50.96% from 416); Blue value is 39 (15.62% from 255 or 9.38% from 416); Max value from RGB is 212 - color contains mainly: green. Hex color #A5D427 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A5D427 is #5A2BD8. Grayscale: #B2B2B2. Windows color (decimal): -5909465 or 2610341. OLE color: 2610341.
HSL color Cylindrical-coordinate representation of color #A5D427: hue angle of 76.3º degrees, saturation: 0.69, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A5D427 is Cyan = 0.22, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 165 | 212 | 39 | - |
| CMYK | 0.22 | 0 | 0.82 | 0.17 |
| HSL | 76.3º | 0.69% | 0.49% | - |
| HSV(B) | 76.3º | 0.82% | 0.83% | - |
| XYZ | 39.43 | 55.23 | 10.5 | - |
| YUV | 178.23 | 49.43 | 118.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 212 | 39 | 0.22 | 0 | 0.82 | 0.17 | 76.3 | 0.69 | 0.49 |
| Hex | A5 | D4 | 27 | 16 | 0 | 52 | 11 | 4C | 45 | 31 |
| Octal | 245 | 324 | 47 | 26 | 0 | 122 | 21 | 114 | 105 | 61 |
| Binary | 10100101 | 11010100 | 100111 | 10110 | 0 | 1010010 | 10001 | 1001100 | 1000101 | 110001 |
Color Harmonies of #A5D427
Complementary color
Monochromatic Colors of #A5D427
Black with #A5D427
Text Example
Text Example
White with #A5D427
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5D427; }
p { color: rgb(165,212,39); }
H1.HeaderClassName
{
color: #A5D427;
}
.AnyTagClassName
{
color: #A5D427;
}
</style>
background-color css
<style>
a { background-color: #A5D427; }
a { background-color: rgb(165,212,39); }
div.DivClassName
{
background-color: #A5D427;
}
.BgClassName
{
background-color: #A5D427;
}
</style>
border-color css
<style>
span { border-color: #A5D427; }
span { border-color: rgb(165,212,39); }
td.TdClassName
{
border-color: #A5D427;
}
.TagClassName
{
border-color: #A5D427;
}
</style>