Shades of Caribbean Green #0FE2AD
Tints of Caribbean Green #0FE2AD
RGB
CMYK
RGB Variations
Color information
#0FE2AD (or 0x0FE2AD) is known color: Caribbean Green. HEX triplet: 0F, E2 and AD. RGB value is (15,226,173). Sum of RGB (Red+Green+Blue) = 15+226+173=414 (54% of max value = 765). Red value is 15 (6.25% from 255 or 3.62% from 414); Green value is 226 (88.67% from 255 or 54.59% from 414); Blue value is 173 (67.97% from 255 or 41.79% from 414); Max value from RGB is 226 - color contains mainly: green. Hex color #0FE2AD is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0FE2AD is #F01D52. Grayscale: #9C9C9C. Windows color (decimal): -15736147 or 11395599. OLE color: 11395599.
HSL color Cylindrical-coordinate representation of color #0FE2AD: hue angle of 164.93º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FE2AD is Cyan = 0.93, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 15 | 226 | 173 | - |
| CMYK | 0.93 | 0 | 0.23 | 0.11 |
| HSL | 164.93º | 0.88% | 0.47% | - |
| HSV(B) | 164.93º | 0.93% | 0.89% | - |
| XYZ | 34.94 | 57.51 | 48.79 | - |
| YUV | 156.87 | 137.1 | 26.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 226 | 173 | 0.93 | 0 | 0.23 | 0.11 | 164.93 | 0.88 | 0.47 |
| Hex | F | E2 | AD | 5D | 0 | 17 | B | A5 | 58 | 2F |
| Octal | 17 | 342 | 255 | 135 | 0 | 27 | 13 | 245 | 130 | 57 |
| Binary | 1111 | 11100010 | 10101101 | 1011101 | 0 | 10111 | 1011 | 10100101 | 1011000 | 101111 |
Color Harmonies of #0FE2AD
Complementary color
Monochromatic Colors of #0FE2AD
Black with #0FE2AD
Text Example
Text Example
White with #0FE2AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FE2AD; }
p { color: rgb(15,226,173); }
H1.HeaderClassName
{
color: #0FE2AD;
}
.AnyTagClassName
{
color: #0FE2AD;
}
</style>
background-color css
<style>
a { background-color: #0FE2AD; }
a { background-color: rgb(15,226,173); }
div.DivClassName
{
background-color: #0FE2AD;
}
.BgClassName
{
background-color: #0FE2AD;
}
</style>
border-color css
<style>
span { border-color: #0FE2AD; }
span { border-color: rgb(15,226,173); }
td.TdClassName
{
border-color: #0FE2AD;
}
.TagClassName
{
border-color: #0FE2AD;
}
</style>