#0ED883

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

Shades of Caribbean Green #0ED883

Tints of Caribbean Green #0ED883

Color information

#0ED883 (or 0x0ED883) is unknown color: approx Caribbean Green. HEX triplet: 0E, D8 and 83. RGB value is (14,216,131). Sum of RGB (Red+Green+Blue) = 14+216+131=361 (47% of max value = 765). Red value is 14 (5.86% from 255 or 3.88% from 361); Green value is 216 (84.77% from 255 or 59.83% from 361); Blue value is 131 (51.56% from 255 or 36.29% from 361); Max value from RGB is 216 - color contains mainly: green. Hex color #0ED883 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0ED883 is #F1277C. Grayscale: #929292. Windows color (decimal): -15804285 or 8640526. OLE color: 8640526.

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

Color convert

RGB14216131-
CMYK0.9400.390.15
HSL154.75º87.83%45.1%-
HSV(B)154.75º93.52%84.71%-
XYZ28.8350.8429.77-
YUV145.91119.5833.91-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 3.88%
GREEN value IS 216 (84.77% from 255) = 59.83%
BLUE value IS 131 (51.56% from 255) = 36.29%
R=3.88%
G=59.83%
B=36.29%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal142161310.9400.390.15154.7587.8345.1
HexED8835E027F9b582d
Octal163302031360471723313055
Binary11101101100010000011101111001001111111100110111011000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0ED883

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,216,131); }

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

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

 a { background-color: rgb(14,216,131); }

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

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

 span { border-color: rgb(14,216,131); }

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