Html Css Color HEX #0ED28E Caribbean Green

📋 copy color: '#0ED28E'

red 14 ◦ green 210 ◦ blue 142

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

Shades of Caribbean Green #0ED28E

Tints of Caribbean Green #0ED28E

RGB

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

 GREEN value IS 210 (82.42% from 255) = 57.38%

 BLUE value IS 142 (55.86% from 255) = 38.8%

R = 3.83%
G = 57.38%
B = 38.8%

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

#0ED28E (or 0x0ED28E) is known color: Caribbean Green. HEX triplet: 0E, D2 and 8E. RGB value is (14,210,142). Sum of RGB (Red+Green+Blue) = 14+210+142=366 (48% of max value = 765). Red value is 14 (5.86% from 255 or 3.83% from 366); Green value is 210 (82.42% from 255 or 57.38% from 366); Blue value is 142 (55.86% from 255 or 38.80% from 366); Max value from RGB is 210 - color contains mainly: green. Hex color #0ED28E is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0ED28E is #F12D71. Grayscale: #8F8F8F. Windows color (decimal): -15805810 or 9359886. OLE color: 9359886.

HSL color Cylindrical-coordinate representation of color #0ED28E: hue angle of 159.18º degrees, saturation: 0.88, 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 #0ED28E is Cyan = 0.93, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.18.

Color convert

RGB 14 210 142 -
CMYK 0.93 0 0.32 0.18
HSL 159.18º 0.88% 0.44% -
HSV(B) 159.18º 0.93% 0.82% -
XYZ 28.11 48.14 33.4 -
YUV 143.64 127.07 35.53 -
System Red Green Blue C M Y K H S L
Decimal 14 210 142 0.93 0 0.32 0.18 159.18 0.88 0.44
Hex E D2 8E 5D 0 20 12 9F 58 2C
Octal 16 322 216 135 0 40 22 237 130 54
Binary 1110 11010010 10001110 1011101 0 100000 10010 10011111 1011000 101100

Color Harmonies of #0ED28E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ED28E

Black with #0ED28E

Text Example


Text Example

White with #0ED28E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,210,142); }

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

background-color css

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

 a { background-color: rgb(14,210,142); }

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

border-color css

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

 span { border-color: rgb(14,210,142); }

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