Shades of Conifer #A3FD5B
Tints of Conifer #A3FD5B
RGB
CMYK
RGB Variations
Color information
#A3FD5B (or 0xA3FD5B) is known color: Conifer. HEX triplet: A3, FD and 5B. RGB value is (163,253,91). Sum of RGB (Red+Green+Blue) = 163+253+91=507 (67% of max value = 765). Red value is 163 (64.06% from 255 or 32.15% from 507); Green value is 253 (99.22% from 255 or 49.90% from 507); Blue value is 91 (35.94% from 255 or 17.95% from 507); Max value from RGB is 253 - color contains mainly: green. Hex color #A3FD5B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A3FD5B is #5C02A4. Grayscale: #D0D0D0. Windows color (decimal): -6029989 or 6028707. OLE color: 6028707.
HSL color Cylindrical-coordinate representation of color #A3FD5B: hue angle of 93.33º degrees, saturation: 0.98, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A3FD5B is Cyan = 0.36, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 163 | 253 | 91 | - |
| CMYK | 0.36 | 0 | 0.64 | 0.01 |
| HSL | 93.33º | 0.98% | 0.67% | - |
| HSV(B) | 93.33º | 0.64% | 0.99% | - |
| XYZ | 52.12 | 78.79 | 22.36 | - |
| YUV | 207.62 | 62.18 | 96.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 253 | 91 | 0.36 | 0 | 0.64 | 0.01 | 93.33 | 0.98 | 0.67 |
| Hex | A3 | FD | 5B | 24 | 0 | 40 | 1 | 5D | 62 | 43 |
| Octal | 243 | 375 | 133 | 44 | 0 | 100 | 1 | 135 | 142 | 103 |
| Binary | 10100011 | 11111101 | 1011011 | 100100 | 0 | 1000000 | 1 | 1011101 | 1100010 | 1000011 |
Color Harmonies of #A3FD5B
Complementary color
Monochromatic Colors of #A3FD5B
Black with #A3FD5B
Text Example
Text Example
White with #A3FD5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3FD5B; }
p { color: rgb(163,253,91); }
H1.HeaderClassName
{
color: #A3FD5B;
}
.AnyTagClassName
{
color: #A3FD5B;
}
</style>
background-color css
<style>
a { background-color: #A3FD5B; }
a { background-color: rgb(163,253,91); }
div.DivClassName
{
background-color: #A3FD5B;
}
.BgClassName
{
background-color: #A3FD5B;
}
</style>
border-color css
<style>
span { border-color: #A3FD5B; }
span { border-color: rgb(163,253,91); }
td.TdClassName
{
border-color: #A3FD5B;
}
.TagClassName
{
border-color: #A3FD5B;
}
</style>