Shades of Cardin Green #121A16
Tints of Cardin Green #121A16
RGB
CMYK
RGB Variations
Color information
#121A16 (or 0x121A16) is known color: Cardin Green. HEX triplet: 12, 1A and 16. RGB value is (18,26,22). Sum of RGB (Red+Green+Blue) = 18+26+22=66 (8% of max value = 765). Red value is 18 (7.42% from 255 or 27.27% from 66); Green value is 26 (10.55% from 255 or 39.39% from 66); Blue value is 22 (8.98% from 255 or 33.33% from 66); Max value from RGB is 26 - color contains mainly: green. Hex color #121A16 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #121A16 is #EDE5E9. Grayscale: #171717. Windows color (decimal): -15590890 or 1448466. OLE color: 1448466.
HSL color Cylindrical-coordinate representation of color #121A16: hue angle of 150º degrees, saturation: 0.18, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #121A16 is Cyan = 0.31, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 18 | 26 | 22 | - |
| CMYK | 0.31 | 0 | 0.15 | 0.90 |
| HSL | 150º | 0.18% | 0.09% | - |
| HSV(B) | 150º | 0.31% | 0.1% | - |
| XYZ | 0.76 | 0.93 | 0.9 | - |
| YUV | 23.15 | 127.35 | 124.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 26 | 22 | 0.31 | 0 | 0.15 | 0.90 | 150 | 0.18 | 0.09 |
| Hex | 12 | 1A | 16 | 1F | 0 | F | 5A | 96 | 12 | 9 |
| Octal | 22 | 32 | 26 | 37 | 0 | 17 | 132 | 226 | 22 | 11 |
| Binary | 10010 | 11010 | 10110 | 11111 | 0 | 1111 | 1011010 | 10010110 | 10010 | 1001 |
Color Harmonies of #121A16
Complementary color
Monochromatic Colors of #121A16
Black with #121A16
Text Example
Text Example
White with #121A16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #121A16; }
p { color: rgb(18,26,22); }
H1.HeaderClassName
{
color: #121A16;
}
.AnyTagClassName
{
color: #121A16;
}
</style>
background-color css
<style>
a { background-color: #121A16; }
a { background-color: rgb(18,26,22); }
div.DivClassName
{
background-color: #121A16;
}
.BgClassName
{
background-color: #121A16;
}
</style>
border-color css
<style>
span { border-color: #121A16; }
span { border-color: rgb(18,26,22); }
td.TdClassName
{
border-color: #121A16;
}
.TagClassName
{
border-color: #121A16;
}
</style>