#0fd88c

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

Shades of Caribbean Green #0FD88C

Tints of Caribbean Green #0FD88C

Color information

#0FD88C (or 0x0FD88C) is unknown color: approx Caribbean Green. HEX triplet: 0F, D8 and 8C. RGB value is (15,216,140). Sum of RGB (Red+Green+Blue) = 15+216+140=371 (49% of max value = 765). Red value is 15 (6.25% from 255 or 4.04% from 371); Green value is 216 (84.77% from 255 or 58.22% from 371); Blue value is 140 (55.08% from 255 or 37.74% from 371); Max value from RGB is 216 - color contains mainly: green. Hex color #0FD88C is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0FD88C is #F02773. Grayscale: #939393. Windows color (decimal): -15738740 or 9230351. OLE color: 9230351.

HSL color Cylindrical-coordinate representation of color #0FD88C: hue angle of 157.31º degrees, saturation: 0.87, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FD88C is Cyan = 0.93, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.15.

Color convert

RGB15216140-
CMYK0.9300.350.15
HSL157.31º87.01%45.29%-
HSV(B)157.31º93.06%84.71%-
XYZ29.4951.1133.12-
YUV147.24123.9133.68-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 4.04%
GREEN value IS 216 (84.77% from 255) = 58.22%
BLUE value IS 140 (55.08% from 255) = 37.74%
R=4.04%
G=58.22%
B=37.74%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal152161400.9300.350.15157.3187.0145.29
HexFD88C5D023F9d572d
Octal173302141350431723512755
Binary11111101100010001100101110101000111111100111011010111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0fd88c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,216,140); }

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

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

 a { background-color: rgb(15,216,140); }

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

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

 span { border-color: rgb(15,216,140); }

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