#0FDA83

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

Shades of Caribbean Green #0FDA83

Tints of Caribbean Green #0FDA83

Color information

#0FDA83 (or 0x0FDA83) is unknown color: approx Caribbean Green. HEX triplet: 0F, DA and 83. RGB value is (15,218,131). Sum of RGB (Red+Green+Blue) = 15+218+131=364 (48% of max value = 765). Red value is 15 (6.25% from 255 or 4.12% from 364); Green value is 218 (85.55% from 255 or 59.89% from 364); Blue value is 131 (51.56% from 255 or 35.99% from 364); Max value from RGB is 218 - color contains mainly: green. Hex color #0FDA83 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0FDA83 is #F0257C. Grayscale: #939393. Windows color (decimal): -15738237 or 8641039. OLE color: 8641039.

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

Color convert

RGB15218131-
CMYK0.9300.400.15
HSL154.29º87.12%45.69%-
HSV(B)154.29º93.12%85.49%-
XYZ29.3751.8829.94-
YUV147.38118.7533.57-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 4.12%
GREEN value IS 218 (85.55% from 255) = 59.89%
BLUE value IS 131 (51.56% from 255) = 35.99%
R=4.12%
G=59.89%
B=35.99%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal152181310.9300.400.15154.2987.1245.69
HexFDA835D028F9a572e
Octal173322031350501723212756
Binary11111101101010000011101110101010001111100110101010111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0FDA83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,218,131); }

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

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

 a { background-color: rgb(15,218,131); }

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

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

 span { border-color: rgb(15,218,131); }

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