Shades of Caribbean Green #0AD77A
Tints of Caribbean Green #0AD77A
RGB
CMYK
RGB Variations
Color information
#0AD77A (or 0x0AD77A) is known color: Caribbean Green. HEX triplet: 0A, D7 and 7A. RGB value is (10,215,122). Sum of RGB (Red+Green+Blue) = 10+215+122=347 (45% of max value = 765). Red value is 10 (4.30% from 255 or 2.88% from 347); Green value is 215 (84.38% from 255 or 61.96% from 347); Blue value is 122 (48.05% from 255 or 35.16% from 347); Max value from RGB is 215 - color contains mainly: green. Hex color #0AD77A is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0AD77A is #F52885. Grayscale: #8F8F8F. Windows color (decimal): -16066694 or 8050442. OLE color: 8050442.
HSL color Cylindrical-coordinate representation of color #0AD77A: hue angle of 152.78º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0AD77A is Cyan = 0.95, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 10 | 215 | 122 | - |
| CMYK | 0.95 | 0 | 0.43 | 0.16 |
| HSL | 152.78º | 0.91% | 0.44% | - |
| HSV(B) | 152.78º | 0.95% | 0.84% | - |
| XYZ | 27.94 | 50.07 | 26.6 | - |
| YUV | 143.1 | 116.08 | 33.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 215 | 122 | 0.95 | 0 | 0.43 | 0.16 | 152.78 | 0.91 | 0.44 |
| Hex | A | D7 | 7A | 5F | 0 | 2B | 10 | 99 | 5B | 2C |
| Octal | 12 | 327 | 172 | 137 | 0 | 53 | 20 | 231 | 133 | 54 |
| Binary | 1010 | 11010111 | 1111010 | 1011111 | 0 | 101011 | 10000 | 10011001 | 1011011 | 101100 |
Color Harmonies of #0AD77A
Complementary color
Monochromatic Colors of #0AD77A
Black with #0AD77A
Text Example
Text Example
White with #0AD77A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AD77A; }
p { color: rgb(10,215,122); }
H1.HeaderClassName
{
color: #0AD77A;
}
.AnyTagClassName
{
color: #0AD77A;
}
</style>
background-color css
<style>
a { background-color: #0AD77A; }
a { background-color: rgb(10,215,122); }
div.DivClassName
{
background-color: #0AD77A;
}
.BgClassName
{
background-color: #0AD77A;
}
</style>
border-color css
<style>
span { border-color: #0AD77A; }
span { border-color: rgb(10,215,122); }
td.TdClassName
{
border-color: #0AD77A;
}
.TagClassName
{
border-color: #0AD77A;
}
</style>