Html Css Color HEX #0ED68D Caribbean Green

📋 copy color: '#0ED68D'

red 14 ◦ green 214 ◦ blue 141

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

Shades of Caribbean Green #0ED68D

Tints of Caribbean Green #0ED68D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 38.21%

R = 3.79%
G = 57.99%
B = 38.21%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.34

 K value IS 0.16

RGB Variations

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

Color information

#0ED68D (or 0x0ED68D) is known color: Caribbean Green. HEX triplet: 0E, D6 and 8D. RGB value is (14,214,141). Sum of RGB (Red+Green+Blue) = 14+214+141=369 (48% of max value = 765). Red value is 14 (5.86% from 255 or 3.79% from 369); Green value is 214 (83.98% from 255 or 57.99% from 369); Blue value is 141 (55.47% from 255 or 38.21% from 369); Max value from RGB is 214 - color contains mainly: green. Hex color #0ED68D is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0ED68D is #F12972. Grayscale: #919191. Windows color (decimal): -15804787 or 9295374. OLE color: 9295374.

HSL color Cylindrical-coordinate representation of color #0ED68D: hue angle of 158.1º 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 #0ED68D is Cyan = 0.93, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.16.

Color convert

RGB 14 214 141 -
CMYK 0.93 0 0.34 0.16
HSL 158.1º 0.88% 0.45% -
HSV(B) 158.1º 0.93% 0.84% -
XYZ 29.04 50.11 33.34 -
YUV 145.88 125.24 33.94 -
System Red Green Blue C M Y K H S L
Decimal 14 214 141 0.93 0 0.34 0.16 158.1 0.88 0.45
Hex E D6 8D 5D 0 22 10 9E 58 2D
Octal 16 326 215 135 0 42 20 236 130 55
Binary 1110 11010110 10001101 1011101 0 100010 10000 10011110 1011000 101101

Color Harmonies of #0ED68D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ED68D

Black with #0ED68D

Text Example


Text Example

White with #0ED68D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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