Shades of Pale Green #A5F692
Tints of Pale Green #A5F692
RGB
CMYK
RGB Variations
Color information
#A5F692 (or 0xA5F692) is known color: Pale Green. HEX triplet: A5, F6 and 92. RGB value is (165,246,146). Sum of RGB (Red+Green+Blue) = 165+246+146=557 (73% of max value = 765). Red value is 165 (64.84% from 255 or 29.62% from 557); Green value is 246 (96.48% from 255 or 44.17% from 557); Blue value is 146 (57.42% from 255 or 26.21% from 557); Max value from RGB is 246 - color contains mainly: green. Hex color #A5F692 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A5F692 is #5A096D. Grayscale: #D2D2D2. Windows color (decimal): -5900654 or 9631397. OLE color: 9631397.
HSL color Cylindrical-coordinate representation of color #A5F692: hue angle of 108.6º degrees, saturation: 0.85, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A5F692 is Cyan = 0.33, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 165 | 246 | 146 | - |
| CMYK | 0.33 | 0 | 0.41 | 0.04 |
| HSL | 108.6º | 0.85% | 0.77% | - |
| HSV(B) | 108.6º | 0.41% | 0.96% | - |
| XYZ | 53.66 | 75.99 | 39.03 | - |
| YUV | 210.38 | 91.66 | 95.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 246 | 146 | 0.33 | 0 | 0.41 | 0.04 | 108.6 | 0.85 | 0.77 |
| Hex | A5 | F6 | 92 | 21 | 0 | 29 | 4 | 6D | 55 | 4D |
| Octal | 245 | 366 | 222 | 41 | 0 | 51 | 4 | 155 | 125 | 115 |
| Binary | 10100101 | 11110110 | 10010010 | 100001 | 0 | 101001 | 100 | 1101101 | 1010101 | 1001101 |
Color Harmonies of #A5F692
Complementary color
Monochromatic Colors of #A5F692
Black with #A5F692
Text Example
Text Example
White with #A5F692
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5F692; }
p { color: rgb(165,246,146); }
H1.HeaderClassName
{
color: #A5F692;
}
.AnyTagClassName
{
color: #A5F692;
}
</style>
background-color css
<style>
a { background-color: #A5F692; }
a { background-color: rgb(165,246,146); }
div.DivClassName
{
background-color: #A5F692;
}
.BgClassName
{
background-color: #A5F692;
}
</style>
border-color css
<style>
span { border-color: #A5F692; }
span { border-color: rgb(165,246,146); }
td.TdClassName
{
border-color: #A5F692;
}
.TagClassName
{
border-color: #A5F692;
}
</style>