#0FD87A

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

Shades of Caribbean Green #0FD87A

Tints of Caribbean Green #0FD87A

Color information

#0FD87A (or 0x0FD87A) is unknown color: approx Caribbean Green. HEX triplet: 0F, D8 and 7A. RGB value is (15,216,122). Sum of RGB (Red+Green+Blue) = 15+216+122=353 (46% of max value = 765). Red value is 15 (6.25% from 255 or 4.25% from 353); Green value is 216 (84.77% from 255 or 61.19% from 353); Blue value is 122 (48.05% from 255 or 34.56% from 353); Max value from RGB is 216 - color contains mainly: green. Hex color #0FD87A is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0FD87A is #F02785. Grayscale: #919191. Windows color (decimal): -15738758 or 8050703. OLE color: 8050703.

HSL color Cylindrical-coordinate representation of color #0FD87A: hue angle of 151.94º 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 #0FD87A is Cyan = 0.93, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.15.

Color convert

RGB15216122-
CMYK0.9300.440.15
HSL151.94º87.01%45.29%-
HSV(B)151.94º93.06%84.71%-
XYZ28.2750.6226.69-
YUV145.18114.9135.14-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 4.25%
GREEN value IS 216 (84.77% from 255) = 61.19%
BLUE value IS 122 (48.05% from 255) = 34.56%
R=4.25%
G=61.19%
B=34.56%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal152161220.9300.440.15151.9487.0145.29
HexFD87A5D02CF98572d
Octal173301721350541723012755
Binary1111110110001111010101110101011001111100110001010111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0FD87A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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