Shades of Caribbean Green #0AD295
Tints of Caribbean Green #0AD295
RGB
CMYK
RGB Variations
Color information
#0AD295 (or 0x0AD295) is known color: Caribbean Green. HEX triplet: 0A, D2 and 95. RGB value is (10,210,149). Sum of RGB (Red+Green+Blue) = 10+210+149=369 (48% of max value = 765). Red value is 10 (4.30% from 255 or 2.71% from 369); Green value is 210 (82.42% from 255 or 56.91% from 369); Blue value is 149 (58.59% from 255 or 40.38% from 369); Max value from RGB is 210 - color contains mainly: green. Hex color #0AD295 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0AD295 is #F52D6A. Grayscale: #8F8F8F. Windows color (decimal): -16067947 or 9818634. OLE color: 9818634.
HSL color Cylindrical-coordinate representation of color #0AD295: hue angle of 161.7º degrees, saturation: 0.91, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0AD295 is Cyan = 0.95, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 10 | 210 | 149 | - |
| CMYK | 0.95 | 0 | 0.29 | 0.18 |
| HSL | 161.7º | 0.91% | 0.43% | - |
| HSV(B) | 161.7º | 0.95% | 0.82% | - |
| XYZ | 28.6 | 48.33 | 36.25 | - |
| YUV | 143.25 | 131.24 | 32.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 210 | 149 | 0.95 | 0 | 0.29 | 0.18 | 161.7 | 0.91 | 0.43 |
| Hex | A | D2 | 95 | 5F | 0 | 1D | 12 | A2 | 5B | 2B |
| Octal | 12 | 322 | 225 | 137 | 0 | 35 | 22 | 242 | 133 | 53 |
| Binary | 1010 | 11010010 | 10010101 | 1011111 | 0 | 11101 | 10010 | 10100010 | 1011011 | 101011 |
Color Harmonies of #0AD295
Complementary color
Monochromatic Colors of #0AD295
Black with #0AD295
Text Example
Text Example
White with #0AD295
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AD295; }
p { color: rgb(10,210,149); }
H1.HeaderClassName
{
color: #0AD295;
}
.AnyTagClassName
{
color: #0AD295;
}
</style>
background-color css
<style>
a { background-color: #0AD295; }
a { background-color: rgb(10,210,149); }
div.DivClassName
{
background-color: #0AD295;
}
.BgClassName
{
background-color: #0AD295;
}
</style>
border-color css
<style>
span { border-color: #0AD295; }
span { border-color: rgb(10,210,149); }
td.TdClassName
{
border-color: #0AD295;
}
.TagClassName
{
border-color: #0AD295;
}
</style>