Html Css Color HEX #0EDD9A Caribbean Green

📋 copy color: '#0EDD9A'

red 14 ◦ green 221 ◦ blue 154

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

Shades of Caribbean Green #0EDD9A

Tints of Caribbean Green #0EDD9A

RGB

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

 GREEN value IS 221 (86.72% from 255) = 56.81%

 BLUE value IS 154 (60.55% from 255) = 39.59%

R = 3.6%
G = 56.81%
B = 39.59%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.30

 K value IS 0.13

RGB Variations

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

Color information

#0EDD9A (or 0x0EDD9A) is known color: Caribbean Green. HEX triplet: 0E, DD and 9A. RGB value is (14,221,154). Sum of RGB (Red+Green+Blue) = 14+221+154=389 (51% of max value = 765). Red value is 14 (5.86% from 255 or 3.60% from 389); Green value is 221 (86.72% from 255 or 56.81% from 389); Blue value is 154 (60.55% from 255 or 39.59% from 389); Max value from RGB is 221 - color contains mainly: green. Hex color #0EDD9A is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0EDD9A is #F12265. Grayscale: #979797. Windows color (decimal): -15802982 or 10149134. OLE color: 10149134.

HSL color Cylindrical-coordinate representation of color #0EDD9A: hue angle of 160.58º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0EDD9A is Cyan = 0.94, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.13.

Color convert

RGB 14 221 154 -
CMYK 0.94 0 0.30 0.13
HSL 160.58º 0.88% 0.46% -
HSV(B) 160.58º 0.94% 0.87% -
XYZ 31.87 54.14 39.34 -
YUV 151.47 129.42 29.95 -
System Red Green Blue C M Y K H S L
Decimal 14 221 154 0.94 0 0.30 0.13 160.58 0.88 0.46
Hex E DD 9A 5E 0 1E D A1 58 2E
Octal 16 335 232 136 0 36 15 241 130 56
Binary 1110 11011101 10011010 1011110 0 11110 1101 10100001 1011000 101110

Color Harmonies of #0EDD9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EDD9A

Black with #0EDD9A

Text Example


Text Example

White with #0EDD9A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,221,154); }

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

background-color css

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

 a { background-color: rgb(14,221,154); }

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

border-color css

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

 span { border-color: rgb(14,221,154); }

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