Shades of Conifer #A5F35D
Tints of Conifer #A5F35D
RGB
CMYK
RGB Variations
Color information
#A5F35D (or 0xA5F35D) is known color: Conifer. HEX triplet: A5, F3 and 5D. RGB value is (165,243,93). Sum of RGB (Red+Green+Blue) = 165+243+93=501 (66% of max value = 765). Red value is 165 (64.84% from 255 or 32.93% from 501); Green value is 243 (95.31% from 255 or 48.50% from 501); Blue value is 93 (36.72% from 255 or 18.56% from 501); Max value from RGB is 243 - color contains mainly: green. Hex color #A5F35D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A5F35D is #5A0CA2. Grayscale: #CBCBCB. Windows color (decimal): -5901475 or 6157221. OLE color: 6157221.
HSL color Cylindrical-coordinate representation of color #A5F35D: hue angle of 91.2º degrees, saturation: 0.86, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A5F35D is Cyan = 0.32, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 165 | 243 | 93 | - |
| CMYK | 0.32 | 0 | 0.62 | 0.05 |
| HSL | 91.2º | 0.86% | 0.66% | - |
| HSV(B) | 91.2º | 0.62% | 0.95% | - |
| XYZ | 49.54 | 72.89 | 21.81 | - |
| YUV | 202.58 | 66.16 | 101.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 243 | 93 | 0.32 | 0 | 0.62 | 0.05 | 91.2 | 0.86 | 0.66 |
| Hex | A5 | F3 | 5D | 20 | 0 | 3E | 5 | 5B | 56 | 42 |
| Octal | 245 | 363 | 135 | 40 | 0 | 76 | 5 | 133 | 126 | 102 |
| Binary | 10100101 | 11110011 | 1011101 | 100000 | 0 | 111110 | 101 | 1011011 | 1010110 | 1000010 |
Color Harmonies of #A5F35D
Complementary color
Monochromatic Colors of #A5F35D
Black with #A5F35D
Text Example
Text Example
White with #A5F35D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5F35D; }
p { color: rgb(165,243,93); }
H1.HeaderClassName
{
color: #A5F35D;
}
.AnyTagClassName
{
color: #A5F35D;
}
</style>
background-color css
<style>
a { background-color: #A5F35D; }
a { background-color: rgb(165,243,93); }
div.DivClassName
{
background-color: #A5F35D;
}
.BgClassName
{
background-color: #A5F35D;
}
</style>
border-color css
<style>
span { border-color: #A5F35D; }
span { border-color: rgb(165,243,93); }
td.TdClassName
{
border-color: #A5F35D;
}
.TagClassName
{
border-color: #A5F35D;
}
</style>