Shades of Caribbean Green #0AC68C
Tints of Caribbean Green #0AC68C
RGB
CMYK
RGB Variations
Color information
#0AC68C (or 0x0AC68C) is known color: Caribbean Green. HEX triplet: 0A, C6 and 8C. RGB value is (10,198,140). Sum of RGB (Red+Green+Blue) = 10+198+140=348 (46% of max value = 765). Red value is 10 (4.30% from 255 or 2.87% from 348); Green value is 198 (77.73% from 255 or 56.90% from 348); Blue value is 140 (55.08% from 255 or 40.23% from 348); Max value from RGB is 198 - color contains mainly: green. Hex color #0AC68C is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0AC68C is #F53973. Grayscale: #878787. Windows color (decimal): -16071028 or 9225738. OLE color: 9225738.
HSL color Cylindrical-coordinate representation of color #0AC68C: hue angle of 161.49º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0AC68C is Cyan = 0.95, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 10 | 198 | 140 | - |
| CMYK | 0.95 | 0 | 0.29 | 0.22 |
| HSL | 161.49º | 0.9% | 0.41% | - |
| HSV(B) | 161.49º | 0.95% | 0.78% | - |
| XYZ | 25.05 | 42.35 | 31.66 | - |
| YUV | 135.18 | 130.72 | 38.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 198 | 140 | 0.95 | 0 | 0.29 | 0.22 | 161.49 | 0.9 | 0.41 |
| Hex | A | C6 | 8C | 5F | 0 | 1D | 16 | A1 | 5A | 29 |
| Octal | 12 | 306 | 214 | 137 | 0 | 35 | 26 | 241 | 132 | 51 |
| Binary | 1010 | 11000110 | 10001100 | 1011111 | 0 | 11101 | 10110 | 10100001 | 1011010 | 101001 |
Color Harmonies of #0AC68C
Complementary color
Monochromatic Colors of #0AC68C
Black with #0AC68C
Text Example
Text Example
White with #0AC68C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AC68C; }
p { color: rgb(10,198,140); }
H1.HeaderClassName
{
color: #0AC68C;
}
.AnyTagClassName
{
color: #0AC68C;
}
</style>
background-color css
<style>
a { background-color: #0AC68C; }
a { background-color: rgb(10,198,140); }
div.DivClassName
{
background-color: #0AC68C;
}
.BgClassName
{
background-color: #0AC68C;
}
</style>
border-color css
<style>
span { border-color: #0AC68C; }
span { border-color: rgb(10,198,140); }
td.TdClassName
{
border-color: #0AC68C;
}
.TagClassName
{
border-color: #0AC68C;
}
</style>