Shades of Green Yellow #A5F635
Tints of Green Yellow #A5F635
RGB
CMYK
RGB Variations
Color information
#A5F635 (or 0xA5F635) is known color: Green Yellow. HEX triplet: A5, F6 and 35. RGB value is (165,246,53). Sum of RGB (Red+Green+Blue) = 165+246+53=464 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.56% from 464); Green value is 246 (96.48% from 255 or 53.02% from 464); Blue value is 53 (21.09% from 255 or 11.42% from 464); Max value from RGB is 246 - color contains mainly: green. Hex color #A5F635 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A5F635 is #5A09CA. Grayscale: #C8C8C8. Windows color (decimal): -5900747 or 3536549. OLE color: 3536549.
HSL color Cylindrical-coordinate representation of color #A5F635: hue angle of 85.18º degrees, saturation: 0.91, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A5F635 is Cyan = 0.33, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 165 | 246 | 53 | - |
| CMYK | 0.33 | 0 | 0.78 | 0.04 |
| HSL | 85.18º | 0.91% | 0.59% | - |
| HSV(B) | 85.18º | 0.78% | 0.96% | - |
| XYZ | 49.12 | 74.17 | 15.1 | - |
| YUV | 199.78 | 45.16 | 103.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 246 | 53 | 0.33 | 0 | 0.78 | 0.04 | 85.18 | 0.91 | 0.59 |
| Hex | A5 | F6 | 35 | 21 | 0 | 4E | 4 | 55 | 5B | 3B |
| Octal | 245 | 366 | 65 | 41 | 0 | 116 | 4 | 125 | 133 | 73 |
| Binary | 10100101 | 11110110 | 110101 | 100001 | 0 | 1001110 | 100 | 1010101 | 1011011 | 111011 |
Color Harmonies of #A5F635
Complementary color
Monochromatic Colors of #A5F635
Black with #A5F635
Text Example
Text Example
White with #A5F635
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5F635; }
p { color: rgb(165,246,53); }
H1.HeaderClassName
{
color: #A5F635;
}
.AnyTagClassName
{
color: #A5F635;
}
</style>
background-color css
<style>
a { background-color: #A5F635; }
a { background-color: rgb(165,246,53); }
div.DivClassName
{
background-color: #A5F635;
}
.BgClassName
{
background-color: #A5F635;
}
</style>
border-color css
<style>
span { border-color: #A5F635; }
span { border-color: rgb(165,246,53); }
td.TdClassName
{
border-color: #A5F635;
}
.TagClassName
{
border-color: #A5F635;
}
</style>