Shades of Caribbean Green #01CF9A
Tints of Caribbean Green #01CF9A
RGB
CMYK
RGB Variations
Color information
#01CF9A (or 0x01CF9A) is known color: Caribbean Green. HEX triplet: 01, CF and 9A. RGB value is (1,207,154). Sum of RGB (Red+Green+Blue) = 1+207+154=362 (47% of max value = 765). Red value is 1 (0.78% from 255 or 0.28% from 362); Green value is 207 (81.25% from 255 or 57.18% from 362); Blue value is 154 (60.55% from 255 or 42.54% from 362); Max value from RGB is 207 - color contains mainly: green. Hex color #01CF9A is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #01CF9A is #FE3065. Grayscale: #8B8B8B. Windows color (decimal): -16658534 or 10145537. OLE color: 10145537.
HSL color Cylindrical-coordinate representation of color #01CF9A: hue angle of 164.56º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01CF9A is Cyan = 1.00, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 1 | 207 | 154 | - |
| CMYK | 1.00 | 0 | 0.26 | 0.19 |
| HSL | 164.56º | 0.99% | 0.41% | - |
| HSV(B) | 164.56º | 1% | 0.81% | - |
| XYZ | 28.16 | 46.97 | 38.15 | - |
| YUV | 139.36 | 136.25 | 29.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 207 | 154 | 1.00 | 0 | 0.26 | 0.19 | 164.56 | 0.99 | 0.41 |
| Hex | 1 | CF | 9A | 64 | 0 | 1A | 13 | A5 | 63 | 29 |
| Octal | 1 | 317 | 232 | 144 | 0 | 32 | 23 | 245 | 143 | 51 |
| Binary | 1 | 11001111 | 10011010 | 1100100 | 0 | 11010 | 10011 | 10100101 | 1100011 | 101001 |
Color Harmonies of #01CF9A
Complementary color
Monochromatic Colors of #01CF9A
Black with #01CF9A
Text Example
Text Example
White with #01CF9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01CF9A; }
p { color: rgb(1,207,154); }
H1.HeaderClassName
{
color: #01CF9A;
}
.AnyTagClassName
{
color: #01CF9A;
}
</style>
background-color css
<style>
a { background-color: #01CF9A; }
a { background-color: rgb(1,207,154); }
div.DivClassName
{
background-color: #01CF9A;
}
.BgClassName
{
background-color: #01CF9A;
}
</style>
border-color css
<style>
span { border-color: #01CF9A; }
span { border-color: rgb(1,207,154); }
td.TdClassName
{
border-color: #01CF9A;
}
.TagClassName
{
border-color: #01CF9A;
}
</style>