Shades of Caribbean Green #0ADE85
Tints of Caribbean Green #0ADE85
RGB
CMYK
RGB Variations
Color information
#0ADE85 (or 0x0ADE85) is known color: Caribbean Green. HEX triplet: 0A, DE and 85. RGB value is (10,222,133). Sum of RGB (Red+Green+Blue) = 10+222+133=365 (48% of max value = 765). Red value is 10 (4.30% from 255 or 2.74% from 365); Green value is 222 (87.11% from 255 or 60.82% from 365); Blue value is 133 (52.34% from 255 or 36.44% from 365); Max value from RGB is 222 - color contains mainly: green. Hex color #0ADE85 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0ADE85 is #F5217A. Grayscale: #949494. Windows color (decimal): -16064891 or 8773130. OLE color: 8773130.
HSL color Cylindrical-coordinate representation of color #0ADE85: hue angle of 154.81º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0ADE85 is Cyan = 0.95, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 10 | 222 | 133 | - |
| CMYK | 0.95 | 0 | 0.40 | 0.13 |
| HSL | 154.81º | 0.91% | 0.45% | - |
| HSV(B) | 154.81º | 0.95% | 0.87% | - |
| XYZ | 30.48 | 54 | 31.01 | - |
| YUV | 148.47 | 119.26 | 29.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 222 | 133 | 0.95 | 0 | 0.40 | 0.13 | 154.81 | 0.91 | 0.45 |
| Hex | A | DE | 85 | 5F | 0 | 28 | D | 9B | 5B | 2D |
| Octal | 12 | 336 | 205 | 137 | 0 | 50 | 15 | 233 | 133 | 55 |
| Binary | 1010 | 11011110 | 10000101 | 1011111 | 0 | 101000 | 1101 | 10011011 | 1011011 | 101101 |
Color Harmonies of #0ADE85
Complementary color
Monochromatic Colors of #0ADE85
Black with #0ADE85
Text Example
Text Example
White with #0ADE85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ADE85; }
p { color: rgb(10,222,133); }
H1.HeaderClassName
{
color: #0ADE85;
}
.AnyTagClassName
{
color: #0ADE85;
}
</style>
background-color css
<style>
a { background-color: #0ADE85; }
a { background-color: rgb(10,222,133); }
div.DivClassName
{
background-color: #0ADE85;
}
.BgClassName
{
background-color: #0ADE85;
}
</style>
border-color css
<style>
span { border-color: #0ADE85; }
span { border-color: rgb(10,222,133); }
td.TdClassName
{
border-color: #0ADE85;
}
.TagClassName
{
border-color: #0ADE85;
}
</style>