Shades of Conifer #A3EF58
Tints of Conifer #A3EF58
RGB
CMYK
RGB Variations
Color information
#A3EF58 (or 0xA3EF58) is known color: Conifer. HEX triplet: A3, EF and 58. RGB value is (163,239,88). Sum of RGB (Red+Green+Blue) = 163+239+88=490 (64% of max value = 765). Red value is 163 (64.06% from 255 or 33.27% from 490); Green value is 239 (93.75% from 255 or 48.78% from 490); Blue value is 88 (34.77% from 255 or 17.96% from 490); Max value from RGB is 239 - color contains mainly: green. Hex color #A3EF58 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A3EF58 is #5C10A7. Grayscale: #C7C7C7. Windows color (decimal): -6033576 or 5828515. OLE color: 5828515.
HSL color Cylindrical-coordinate representation of color #A3EF58: hue angle of 90.2º degrees, saturation: 0.83, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A3EF58 is Cyan = 0.32, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 163 | 239 | 88 | - |
| CMYK | 0.32 | 0 | 0.63 | 0.06 |
| HSL | 90.2º | 0.83% | 0.64% | - |
| HSV(B) | 90.2º | 0.63% | 0.94% | - |
| XYZ | 47.73 | 70.22 | 20.27 | - |
| YUV | 199.06 | 65.32 | 102.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 239 | 88 | 0.32 | 0 | 0.63 | 0.06 | 90.2 | 0.83 | 0.64 |
| Hex | A3 | EF | 58 | 20 | 0 | 3F | 6 | 5A | 53 | 40 |
| Octal | 243 | 357 | 130 | 40 | 0 | 77 | 6 | 132 | 123 | 100 |
| Binary | 10100011 | 11101111 | 1011000 | 100000 | 0 | 111111 | 110 | 1011010 | 1010011 | 1000000 |
Color Harmonies of #A3EF58
Complementary color
Monochromatic Colors of #A3EF58
Black with #A3EF58
Text Example
Text Example
White with #A3EF58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3EF58; }
p { color: rgb(163,239,88); }
H1.HeaderClassName
{
color: #A3EF58;
}
.AnyTagClassName
{
color: #A3EF58;
}
</style>
background-color css
<style>
a { background-color: #A3EF58; }
a { background-color: rgb(163,239,88); }
div.DivClassName
{
background-color: #A3EF58;
}
.BgClassName
{
background-color: #A3EF58;
}
</style>
border-color css
<style>
span { border-color: #A3EF58; }
span { border-color: rgb(163,239,88); }
td.TdClassName
{
border-color: #A3EF58;
}
.TagClassName
{
border-color: #A3EF58;
}
</style>