Html Css Color HEX #0ED08D Caribbean Green

📋 copy color: '#0ED08D'

red 14 ◦ green 208 ◦ blue 141

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

Shades of Caribbean Green #0ED08D

Tints of Caribbean Green #0ED08D

RGB

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

 GREEN value IS 208 (81.64% from 255) = 57.3%

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

R = 3.86%
G = 57.3%
B = 38.84%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.32

 K value IS 0.18

RGB Variations

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

Color information

#0ED08D (or 0x0ED08D) is known color: Caribbean Green. HEX triplet: 0E, D0 and 8D. RGB value is (14,208,141). Sum of RGB (Red+Green+Blue) = 14+208+141=363 (48% of max value = 765). Red value is 14 (5.86% from 255 or 3.86% from 363); Green value is 208 (81.64% from 255 or 57.30% from 363); Blue value is 141 (55.47% from 255 or 38.84% from 363); Max value from RGB is 208 - color contains mainly: green. Hex color #0ED08D is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0ED08D is #F12F72. Grayscale: #8E8E8E. Windows color (decimal): -15806323 or 9293838. OLE color: 9293838.

HSL color Cylindrical-coordinate representation of color #0ED08D: hue angle of 159.28º degrees, saturation: 0.87, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0ED08D is Cyan = 0.93, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.18.

Color convert

RGB 14 208 141 -
CMYK 0.93 0 0.32 0.18
HSL 159.28º 0.87% 0.44% -
HSV(B) 159.28º 0.93% 0.82% -
XYZ 27.54 47.13 32.84 -
YUV 142.36 127.23 36.45 -
System Red Green Blue C M Y K H S L
Decimal 14 208 141 0.93 0 0.32 0.18 159.28 0.87 0.44
Hex E D0 8D 5D 0 20 12 9F 57 2C
Octal 16 320 215 135 0 40 22 237 127 54
Binary 1110 11010000 10001101 1011101 0 100000 10010 10011111 1010111 101100

Color Harmonies of #0ED08D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ED08D

Black with #0ED08D

Text Example


Text Example

White with #0ED08D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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