Shades of Conifer #A3F767
Tints of Conifer #A3F767
RGB
CMYK
RGB Variations
Color information
#A3F767 (or 0xA3F767) is known color: Conifer. HEX triplet: A3, F7 and 67. RGB value is (163,247,103). Sum of RGB (Red+Green+Blue) = 163+247+103=513 (67% of max value = 765). Red value is 163 (64.06% from 255 or 31.77% from 513); Green value is 247 (96.88% from 255 or 48.15% from 513); Blue value is 103 (40.62% from 255 or 20.08% from 513); Max value from RGB is 247 - color contains mainly: green. Hex color #A3F767 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A3F767 is #5C0898. Grayscale: #CDCDCD. Windows color (decimal): -6031513 or 6813603. OLE color: 6813603.
HSL color Cylindrical-coordinate representation of color #A3F767: hue angle of 95º degrees, saturation: 0.9, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A3F767 is Cyan = 0.34, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 163 | 247 | 103 | - |
| CMYK | 0.34 | 0 | 0.58 | 0.03 |
| HSL | 95º | 0.9% | 0.69% | - |
| HSV(B) | 95º | 0.58% | 0.97% | - |
| XYZ | 50.81 | 75.29 | 24.69 | - |
| YUV | 205.47 | 70.17 | 97.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 247 | 103 | 0.34 | 0 | 0.58 | 0.03 | 95 | 0.9 | 0.69 |
| Hex | A3 | F7 | 67 | 22 | 0 | 3A | 3 | 5F | 5A | 45 |
| Octal | 243 | 367 | 147 | 42 | 0 | 72 | 3 | 137 | 132 | 105 |
| Binary | 10100011 | 11110111 | 1100111 | 100010 | 0 | 111010 | 11 | 1011111 | 1011010 | 1000101 |
Color Harmonies of #A3F767
Complementary color
Monochromatic Colors of #A3F767
Black with #A3F767
Text Example
Text Example
White with #A3F767
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3F767; }
p { color: rgb(163,247,103); }
H1.HeaderClassName
{
color: #A3F767;
}
.AnyTagClassName
{
color: #A3F767;
}
</style>
background-color css
<style>
a { background-color: #A3F767; }
a { background-color: rgb(163,247,103); }
div.DivClassName
{
background-color: #A3F767;
}
.BgClassName
{
background-color: #A3F767;
}
</style>
border-color css
<style>
span { border-color: #A3F767; }
span { border-color: rgb(163,247,103); }
td.TdClassName
{
border-color: #A3F767;
}
.TagClassName
{
border-color: #A3F767;
}
</style>