Shades of Caribbean Green #0FE3A5
Tints of Caribbean Green #0FE3A5
RGB
CMYK
RGB Variations
Color information
#0FE3A5 (or 0x0FE3A5) is known color: Caribbean Green. HEX triplet: 0F, E3 and A5. RGB value is (15,227,165). Sum of RGB (Red+Green+Blue) = 15+227+165=407 (53% of max value = 765). Red value is 15 (6.25% from 255 or 3.69% from 407); Green value is 227 (89.06% from 255 or 55.77% from 407); Blue value is 165 (64.84% from 255 or 40.54% from 407); Max value from RGB is 227 - color contains mainly: green. Hex color #0FE3A5 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0FE3A5 is #F01C5A. Grayscale: #9C9C9C. Windows color (decimal): -15735899 or 10871567. OLE color: 10871567.
HSL color Cylindrical-coordinate representation of color #0FE3A5: hue angle of 162.45º 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 #0FE3A5 is Cyan = 0.93, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 15 | 227 | 165 | - |
| CMYK | 0.93 | 0 | 0.27 | 0.11 |
| HSL | 162.45º | 0.88% | 0.47% | - |
| HSV(B) | 162.45º | 0.93% | 0.89% | - |
| XYZ | 34.46 | 57.76 | 44.93 | - |
| YUV | 156.54 | 132.76 | 27.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 227 | 165 | 0.93 | 0 | 0.27 | 0.11 | 162.45 | 0.88 | 0.47 |
| Hex | F | E3 | A5 | 5D | 0 | 1B | B | A2 | 58 | 2F |
| Octal | 17 | 343 | 245 | 135 | 0 | 33 | 13 | 242 | 130 | 57 |
| Binary | 1111 | 11100011 | 10100101 | 1011101 | 0 | 11011 | 1011 | 10100010 | 1011000 | 101111 |
Color Harmonies of #0FE3A5
Complementary color
Monochromatic Colors of #0FE3A5
Black with #0FE3A5
Text Example
Text Example
White with #0FE3A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FE3A5; }
p { color: rgb(15,227,165); }
H1.HeaderClassName
{
color: #0FE3A5;
}
.AnyTagClassName
{
color: #0FE3A5;
}
</style>
background-color css
<style>
a { background-color: #0FE3A5; }
a { background-color: rgb(15,227,165); }
div.DivClassName
{
background-color: #0FE3A5;
}
.BgClassName
{
background-color: #0FE3A5;
}
</style>
border-color css
<style>
span { border-color: #0FE3A5; }
span { border-color: rgb(15,227,165); }
td.TdClassName
{
border-color: #0FE3A5;
}
.TagClassName
{
border-color: #0FE3A5;
}
</style>