Shades of Caribbean Green #0AC58B
Tints of Caribbean Green #0AC58B
RGB
CMYK
RGB Variations
Color information
#0AC58B (or 0x0AC58B) is known color: Caribbean Green. HEX triplet: 0A, C5 and 8B. RGB value is (10,197,139). Sum of RGB (Red+Green+Blue) = 10+197+139=346 (45% of max value = 765). Red value is 10 (4.30% from 255 or 2.89% from 346); Green value is 197 (77.34% from 255 or 56.94% from 346); Blue value is 139 (54.69% from 255 or 40.17% from 346); Max value from RGB is 197 - color contains mainly: green. Hex color #0AC58B is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0AC58B is #F53A74. Grayscale: #868686. Windows color (decimal): -16071285 or 9159946. OLE color: 9159946.
HSL color Cylindrical-coordinate representation of color #0AC58B: hue angle of 161.39º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0AC58B is Cyan = 0.95, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 10 | 197 | 139 | - |
| CMYK | 0.95 | 0 | 0.29 | 0.23 |
| HSL | 161.39º | 0.9% | 0.41% | - |
| HSV(B) | 161.39º | 0.95% | 0.77% | - |
| XYZ | 24.75 | 41.86 | 31.2 | - |
| YUV | 134.48 | 130.55 | 39.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 197 | 139 | 0.95 | 0 | 0.29 | 0.23 | 161.39 | 0.9 | 0.41 |
| Hex | A | C5 | 8B | 5F | 0 | 1D | 17 | A1 | 5A | 29 |
| Octal | 12 | 305 | 213 | 137 | 0 | 35 | 27 | 241 | 132 | 51 |
| Binary | 1010 | 11000101 | 10001011 | 1011111 | 0 | 11101 | 10111 | 10100001 | 1011010 | 101001 |
Color Harmonies of #0AC58B
Complementary color
Monochromatic Colors of #0AC58B
Black with #0AC58B
Text Example
Text Example
White with #0AC58B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AC58B; }
p { color: rgb(10,197,139); }
H1.HeaderClassName
{
color: #0AC58B;
}
.AnyTagClassName
{
color: #0AC58B;
}
</style>
background-color css
<style>
a { background-color: #0AC58B; }
a { background-color: rgb(10,197,139); }
div.DivClassName
{
background-color: #0AC58B;
}
.BgClassName
{
background-color: #0AC58B;
}
</style>
border-color css
<style>
span { border-color: #0AC58B; }
span { border-color: rgb(10,197,139); }
td.TdClassName
{
border-color: #0AC58B;
}
.TagClassName
{
border-color: #0AC58B;
}
</style>