Html Css Color HEX #0ED386 Caribbean Green

📋 copy color: '#0ED386'

red 14 ◦ green 211 ◦ blue 134

#0ED386
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Caribbean Green #0ED386

Tints of Caribbean Green #0ED386

RGB

 RED value IS 14 (5.86% from 255) = 3.9%

 GREEN value IS 211 (82.81% from 255) = 58.77%

 BLUE value IS 134 (52.73% from 255) = 37.33%

R = 3.9%
G = 58.77%
B = 37.33%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.36

 K value IS 0.17

RGB Variations

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

Color information

#0ED386 (or 0x0ED386) is known color: Caribbean Green. HEX triplet: 0E, D3 and 86. RGB value is (14,211,134). Sum of RGB (Red+Green+Blue) = 14+211+134=359 (47% of max value = 765). Red value is 14 (5.86% from 255 or 3.90% from 359); Green value is 211 (82.81% from 255 or 58.77% from 359); Blue value is 134 (52.73% from 255 or 37.33% from 359); Max value from RGB is 211 - color contains mainly: green. Hex color #0ED386 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0ED386 is #F12C79. Grayscale: #8F8F8F. Windows color (decimal): -15805562 or 8835854. OLE color: 8835854.

HSL color Cylindrical-coordinate representation of color #0ED386: hue angle of 156.55º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0ED386 is Cyan = 0.93, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.17.

Color convert

RGB 14 211 134 -
CMYK 0.93 0 0.36 0.17
HSL 156.55º 0.88% 0.44% -
HSV(B) 156.55º 0.93% 0.83% -
XYZ 27.78 48.4 30.43 -
YUV 143.32 122.73 35.76 -
System Red Green Blue C M Y K H S L
Decimal 14 211 134 0.93 0 0.36 0.17 156.55 0.88 0.44
Hex E D3 86 5D 0 24 11 9D 58 2C
Octal 16 323 206 135 0 44 21 235 130 54
Binary 1110 11010011 10000110 1011101 0 100100 10001 10011101 1011000 101100

Color Harmonies of #0ED386

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ED386

Black with #0ED386

Text Example


Text Example

White with #0ED386

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,211,134); }

 H1.HeaderClassName
 {
   color: #0ED386;
 }
 .AnyTagClassName
 {
   color: #0ED386;
 }
</style>

background-color css

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

 a { background-color: rgb(14,211,134); }

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

border-color css

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

 span { border-color: rgb(14,211,134); }

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