Html Css Color HEX #0ED68C Caribbean Green

📋 copy color: '#0ED68C'

red 14 ◦ green 214 ◦ blue 140

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

Shades of Caribbean Green #0ED68C

Tints of Caribbean Green #0ED68C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 38.04%

R = 3.8%
G = 58.15%
B = 38.04%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.35

 K value IS 0.16

RGB Variations

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

Color information

#0ED68C (or 0x0ED68C) is known color: Caribbean Green. HEX triplet: 0E, D6 and 8C. RGB value is (14,214,140). Sum of RGB (Red+Green+Blue) = 14+214+140=368 (48% of max value = 765). Red value is 14 (5.86% from 255 or 3.80% from 368); Green value is 214 (83.98% from 255 or 58.15% from 368); Blue value is 140 (55.08% from 255 or 38.04% from 368); Max value from RGB is 214 - color contains mainly: green. Hex color #0ED68C is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0ED68C is #F12973. Grayscale: #919191. Windows color (decimal): -15804788 or 9229838. OLE color: 9229838.

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

Color convert

RGB 14 214 140 -
CMYK 0.93 0 0.35 0.16
HSL 157.8º 0.88% 0.45% -
HSV(B) 157.8º 0.93% 0.84% -
XYZ 28.96 50.08 32.95 -
YUV 145.76 124.74 34.02 -
System Red Green Blue C M Y K H S L
Decimal 14 214 140 0.93 0 0.35 0.16 157.8 0.88 0.45
Hex E D6 8C 5D 0 23 10 9E 58 2D
Octal 16 326 214 135 0 43 20 236 130 55
Binary 1110 11010110 10001100 1011101 0 100011 10000 10011110 1011000 101101

Color Harmonies of #0ED68C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ED68C

Black with #0ED68C

Text Example


Text Example

White with #0ED68C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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