Html Css Color HEX #0ED291 Caribbean Green

📋 copy color: '#0ED291'

red 14 ◦ green 210 ◦ blue 145

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

Shades of Caribbean Green #0ED291

Tints of Caribbean Green #0ED291

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 39.3%

R = 3.79%
G = 56.91%
B = 39.3%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.31

 K value IS 0.18

RGB Variations

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

Color information

#0ED291 (or 0x0ED291) is known color: Caribbean Green. HEX triplet: 0E, D2 and 91. RGB value is (14,210,145). Sum of RGB (Red+Green+Blue) = 14+210+145=369 (48% of max value = 765). Red value is 14 (5.86% from 255 or 3.79% from 369); Green value is 210 (82.42% from 255 or 56.91% from 369); Blue value is 145 (57.03% from 255 or 39.30% from 369); Max value from RGB is 210 - color contains mainly: green. Hex color #0ED291 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0ED291 is #F12D6E. Grayscale: #909090. Windows color (decimal): -15805807 or 9556494. OLE color: 9556494.

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

Color convert

RGB 14 210 145 -
CMYK 0.93 0 0.31 0.18
HSL 160.1º 0.88% 0.44% -
HSV(B) 160.1º 0.93% 0.82% -
XYZ 28.34 48.23 34.6 -
YUV 143.99 128.57 35.29 -
System Red Green Blue C M Y K H S L
Decimal 14 210 145 0.93 0 0.31 0.18 160.1 0.88 0.44
Hex E D2 91 5D 0 1F 12 A0 58 2C
Octal 16 322 221 135 0 37 22 240 130 54
Binary 1110 11010010 10010001 1011101 0 11111 10010 10100000 1011000 101100

Color Harmonies of #0ED291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ED291

Black with #0ED291

Text Example


Text Example

White with #0ED291

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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