Shades of Caribbean Green #0AD279
Tints of Caribbean Green #0AD279
RGB
CMYK
RGB Variations
Color information
#0AD279 (or 0x0AD279) is known color: Caribbean Green. HEX triplet: 0A, D2 and 79. RGB value is (10,210,121). Sum of RGB (Red+Green+Blue) = 10+210+121=341 (45% of max value = 765). Red value is 10 (4.30% from 255 or 2.93% from 341); Green value is 210 (82.42% from 255 or 61.58% from 341); Blue value is 121 (47.66% from 255 or 35.48% from 341); Max value from RGB is 210 - color contains mainly: green. Hex color #0AD279 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0AD279 is #F52D86. Grayscale: #8C8C8C. Windows color (decimal): -16067975 or 7983626. OLE color: 7983626.
HSL color Cylindrical-coordinate representation of color #0AD279: hue angle of 153.3º 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 #0AD279 is Cyan = 0.95, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 10 | 210 | 121 | - |
| CMYK | 0.95 | 0 | 0.42 | 0.18 |
| HSL | 153.3º | 0.91% | 0.43% | - |
| HSV(B) | 153.3º | 0.95% | 0.82% | - |
| XYZ | 26.62 | 47.54 | 25.86 | - |
| YUV | 140.05 | 117.24 | 35.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 210 | 121 | 0.95 | 0 | 0.42 | 0.18 | 153.3 | 0.91 | 0.43 |
| Hex | A | D2 | 79 | 5F | 0 | 2A | 12 | 99 | 5B | 2B |
| Octal | 12 | 322 | 171 | 137 | 0 | 52 | 22 | 231 | 133 | 53 |
| Binary | 1010 | 11010010 | 1111001 | 1011111 | 0 | 101010 | 10010 | 10011001 | 1011011 | 101011 |
Color Harmonies of #0AD279
Complementary color
Monochromatic Colors of #0AD279
Black with #0AD279
Text Example
Text Example
White with #0AD279
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AD279; }
p { color: rgb(10,210,121); }
H1.HeaderClassName
{
color: #0AD279;
}
.AnyTagClassName
{
color: #0AD279;
}
</style>
background-color css
<style>
a { background-color: #0AD279; }
a { background-color: rgb(10,210,121); }
div.DivClassName
{
background-color: #0AD279;
}
.BgClassName
{
background-color: #0AD279;
}
</style>
border-color css
<style>
span { border-color: #0AD279; }
span { border-color: rgb(10,210,121); }
td.TdClassName
{
border-color: #0AD279;
}
.TagClassName
{
border-color: #0AD279;
}
</style>