Shades of Jade #01A269
Tints of Jade #01A269
RGB
CMYK
RGB Variations
Color information
#01A269 (or 0x01A269) is known color: Jade. HEX triplet: 01, A2 and 69. RGB value is (1,162,105). Sum of RGB (Red+Green+Blue) = 1+162+105=268 (35% of max value = 765). Red value is 1 (0.78% from 255 or 0.37% from 268); Green value is 162 (63.67% from 255 or 60.45% from 268); Blue value is 105 (41.41% from 255 or 39.18% from 268); Max value from RGB is 162 - color contains mainly: green. Hex color #01A269 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #01A269 is #FE5D96. Grayscale: #6B6B6B. Windows color (decimal): -16670103 or 6922753. OLE color: 6922753.
HSL color Cylindrical-coordinate representation of color #01A269: hue angle of 158.76º degrees, saturation: 0.99, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01A269 is Cyan = 0.99, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 1 | 162 | 105 | - |
| CMYK | 0.99 | 0 | 0.35 | 0.36 |
| HSL | 158.76º | 0.99% | 0.32% | - |
| HSV(B) | 158.76º | 0.99% | 0.64% | - |
| XYZ | 15.48 | 26.87 | 17.73 | - |
| YUV | 107.36 | 126.66 | 52.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 162 | 105 | 0.99 | 0 | 0.35 | 0.36 | 158.76 | 0.99 | 0.32 |
| Hex | 1 | A2 | 69 | 63 | 0 | 23 | 24 | 9F | 63 | 20 |
| Octal | 1 | 242 | 151 | 143 | 0 | 43 | 44 | 237 | 143 | 40 |
| Binary | 1 | 10100010 | 1101001 | 1100011 | 0 | 100011 | 100100 | 10011111 | 1100011 | 100000 |
Color Harmonies of #01A269
Complementary color
Monochromatic Colors of #01A269
Black with #01A269
Text Example
Text Example
White with #01A269
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01A269; }
p { color: rgb(1,162,105); }
H1.HeaderClassName
{
color: #01A269;
}
.AnyTagClassName
{
color: #01A269;
}
</style>
background-color css
<style>
a { background-color: #01A269; }
a { background-color: rgb(1,162,105); }
div.DivClassName
{
background-color: #01A269;
}
.BgClassName
{
background-color: #01A269;
}
</style>
border-color css
<style>
span { border-color: #01A269; }
span { border-color: rgb(1,162,105); }
td.TdClassName
{
border-color: #01A269;
}
.TagClassName
{
border-color: #01A269;
}
</style>