Shades of Conifer #A5F75D
Tints of Conifer #A5F75D
RGB
CMYK
RGB Variations
Color information
#A5F75D (or 0xA5F75D) is known color: Conifer. HEX triplet: A5, F7 and 5D. RGB value is (165,247,93). Sum of RGB (Red+Green+Blue) = 165+247+93=505 (66% of max value = 765). Red value is 165 (64.84% from 255 or 32.67% from 505); Green value is 247 (96.88% from 255 or 48.91% from 505); Blue value is 93 (36.72% from 255 or 18.42% from 505); Max value from RGB is 247 - color contains mainly: green. Hex color #A5F75D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A5F75D is #5A08A2. Grayscale: #CDCDCD. Windows color (decimal): -5900451 or 6158245. OLE color: 6158245.
HSL color Cylindrical-coordinate representation of color #A5F75D: hue angle of 91.95º degrees, saturation: 0.91, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A5F75D is Cyan = 0.33, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 165 | 247 | 93 | - |
| CMYK | 0.33 | 0 | 0.62 | 0.03 |
| HSL | 91.95º | 0.91% | 0.67% | - |
| HSV(B) | 91.95º | 0.62% | 0.97% | - |
| XYZ | 50.75 | 75.31 | 22.22 | - |
| YUV | 204.93 | 64.83 | 99.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 247 | 93 | 0.33 | 0 | 0.62 | 0.03 | 91.95 | 0.91 | 0.67 |
| Hex | A5 | F7 | 5D | 21 | 0 | 3E | 3 | 5C | 5B | 43 |
| Octal | 245 | 367 | 135 | 41 | 0 | 76 | 3 | 134 | 133 | 103 |
| Binary | 10100101 | 11110111 | 1011101 | 100001 | 0 | 111110 | 11 | 1011100 | 1011011 | 1000011 |
Color Harmonies of #A5F75D
Complementary color
Monochromatic Colors of #A5F75D
Black with #A5F75D
Text Example
Text Example
White with #A5F75D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5F75D; }
p { color: rgb(165,247,93); }
H1.HeaderClassName
{
color: #A5F75D;
}
.AnyTagClassName
{
color: #A5F75D;
}
</style>
background-color css
<style>
a { background-color: #A5F75D; }
a { background-color: rgb(165,247,93); }
div.DivClassName
{
background-color: #A5F75D;
}
.BgClassName
{
background-color: #A5F75D;
}
</style>
border-color css
<style>
span { border-color: #A5F75D; }
span { border-color: rgb(165,247,93); }
td.TdClassName
{
border-color: #A5F75D;
}
.TagClassName
{
border-color: #A5F75D;
}
</style>