#0FCE8F

Color #0FCE8F Caribbean Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Caribbean Green #0FCE8F

Tints of Caribbean Green #0FCE8F

Color information

#0FCE8F (or 0x0FCE8F) is unknown color: approx Caribbean Green. HEX triplet: 0F, CE and 8F. RGB value is (15,206,143). Sum of RGB (Red+Green+Blue) = 15+206+143=364 (48% of max value = 765). Red value is 15 (6.25% from 255 or 4.12% from 364); Green value is 206 (80.86% from 255 or 56.59% from 364); Blue value is 143 (56.25% from 255 or 39.29% from 364); Max value from RGB is 206 - color contains mainly: green. Hex color #0FCE8F is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0FCE8F is #F03170. Grayscale: #8D8D8D. Windows color (decimal): -15741297 or 9424399. OLE color: 9424399.

HSL color Cylindrical-coordinate representation of color #0FCE8F: hue angle of 160.21º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FCE8F is Cyan = 0.93, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.19.

Color convert

RGB15206143-
CMYK0.9300.310.19
HSL160.21º86.43%43.33%-
HSV(B)160.21º92.72%80.78%-
XYZ27.2346.2333.47-
YUV141.71128.7237.62-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 15 (6.25% from 255) = 4.12%
GREEN value IS 206 (80.86% from 255) = 56.59%
BLUE value IS 143 (56.25% from 255) = 39.29%
R=4.12%
G=56.59%
B=39.29%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal152061430.9300.310.19160.2186.4343.33
HexFCE8F5D01F13a0562b
Octal173162171350372324012653
Binary11111100111010001111101110101111110011101000001010110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0FCE8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0FCE8F; }

 p { color: rgb(15,206,143); }

 H1.HeaderClassName
 {
   color: #0FCE8F;
 }
 .AnyTagClassName
 {
   color: #0FCE8F;
 }
</style>
background-color css

<style>
 a { background-color: #0FCE8F; }

 a { background-color: rgb(15,206,143); }

 div.DivClassName
 {
   background-color: #0FCE8F;
 }
 .BgClassName
 {
   background-color: #0FCE8F;
 }
</style>
border-color css

<style>
 span { border-color: #0FCE8F; }

 span { border-color: rgb(15,206,143); }

 td.TdClassName
 {
   border-color: #0FCE8F;
 }
 .TagClassName
 {
   border-color: #0FCE8F;
 }
</style>