Html Css Color HEX #0ED690 Caribbean Green

📋 copy color: '#0ED690'

red 14 ◦ green 214 ◦ blue 144

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

Shades of Caribbean Green #0ED690

Tints of Caribbean Green #0ED690

RGB

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

 GREEN value IS 214 (83.98% from 255) = 57.53%

 BLUE value IS 144 (56.64% from 255) = 38.71%

R = 3.76%
G = 57.53%
B = 38.71%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.33

 K value IS 0.16

RGB Variations

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

Color information

#0ED690 (or 0x0ED690) is known color: Caribbean Green. HEX triplet: 0E, D6 and 90. RGB value is (14,214,144). Sum of RGB (Red+Green+Blue) = 14+214+144=372 (49% of max value = 765). Red value is 14 (5.86% from 255 or 3.76% from 372); Green value is 214 (83.98% from 255 or 57.53% from 372); Blue value is 144 (56.64% from 255 or 38.71% from 372); Max value from RGB is 214 - color contains mainly: green. Hex color #0ED690 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0ED690 is #F1296F. Grayscale: #929292. Windows color (decimal): -15804784 or 9491982. OLE color: 9491982.

HSL color Cylindrical-coordinate representation of color #0ED690: hue angle of 159º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0ED690 is Cyan = 0.93, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.16.

Color convert

RGB 14 214 144 -
CMYK 0.93 0 0.33 0.16
HSL 159º 0.88% 0.45% -
HSV(B) 159º 0.93% 0.84% -
XYZ 29.26 50.2 34.53 -
YUV 146.22 126.74 33.69 -
System Red Green Blue C M Y K H S L
Decimal 14 214 144 0.93 0 0.33 0.16 159 0.88 0.45
Hex E D6 90 5D 0 21 10 9F 58 2D
Octal 16 326 220 135 0 41 20 237 130 55
Binary 1110 11010110 10010000 1011101 0 100001 10000 10011111 1011000 101101

Color Harmonies of #0ED690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ED690

Black with #0ED690

Text Example


Text Example

White with #0ED690

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,214,144); }

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

background-color css

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

 a { background-color: rgb(14,214,144); }

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

border-color css

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

 span { border-color: rgb(14,214,144); }

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