Shades of Caribbean Green #0AD398
Tints of Caribbean Green #0AD398
RGB
CMYK
RGB Variations
Color information
#0AD398 (or 0x0AD398) is known color: Caribbean Green. HEX triplet: 0A, D3 and 98. RGB value is (10,211,152). Sum of RGB (Red+Green+Blue) = 10+211+152=373 (49% of max value = 765). Red value is 10 (4.30% from 255 or 2.68% from 373); Green value is 211 (82.81% from 255 or 56.57% from 373); Blue value is 152 (59.77% from 255 or 40.75% from 373); Max value from RGB is 211 - color contains mainly: green. Hex color #0AD398 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0AD398 is #F52C67. Grayscale: #909090. Windows color (decimal): -16067688 or 10015498. OLE color: 10015498.
HSL color Cylindrical-coordinate representation of color #0AD398: hue angle of 162.39º degrees, saturation: 0.91, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0AD398 is Cyan = 0.95, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 10 | 211 | 152 | - |
| CMYK | 0.95 | 0 | 0.28 | 0.17 |
| HSL | 162.39º | 0.91% | 0.43% | - |
| HSV(B) | 162.39º | 0.95% | 0.83% | - |
| XYZ | 29.09 | 48.92 | 37.62 | - |
| YUV | 144.18 | 132.41 | 32.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 211 | 152 | 0.95 | 0 | 0.28 | 0.17 | 162.39 | 0.91 | 0.43 |
| Hex | A | D3 | 98 | 5F | 0 | 1C | 11 | A2 | 5B | 2B |
| Octal | 12 | 323 | 230 | 137 | 0 | 34 | 21 | 242 | 133 | 53 |
| Binary | 1010 | 11010011 | 10011000 | 1011111 | 0 | 11100 | 10001 | 10100010 | 1011011 | 101011 |
Color Harmonies of #0AD398
Complementary color
Monochromatic Colors of #0AD398
Black with #0AD398
Text Example
Text Example
White with #0AD398
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AD398; }
p { color: rgb(10,211,152); }
H1.HeaderClassName
{
color: #0AD398;
}
.AnyTagClassName
{
color: #0AD398;
}
</style>
background-color css
<style>
a { background-color: #0AD398; }
a { background-color: rgb(10,211,152); }
div.DivClassName
{
background-color: #0AD398;
}
.BgClassName
{
background-color: #0AD398;
}
</style>
border-color css
<style>
span { border-color: #0AD398; }
span { border-color: rgb(10,211,152); }
td.TdClassName
{
border-color: #0AD398;
}
.TagClassName
{
border-color: #0AD398;
}
</style>