Html Css Color HEX #0ED491 Caribbean Green

📋 copy color: '#0ED491'

red 14 ◦ green 212 ◦ blue 145

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

Shades of Caribbean Green #0ED491

Tints of Caribbean Green #0ED491

RGB

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

 GREEN value IS 212 (83.2% from 255) = 57.14%

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

R = 3.77%
G = 57.14%
B = 39.08%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.32

 K value IS 0.17

RGB Variations

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

Color information

#0ED491 (or 0x0ED491) is known color: Caribbean Green. HEX triplet: 0E, D4 and 91. RGB value is (14,212,145). Sum of RGB (Red+Green+Blue) = 14+212+145=371 (49% of max value = 765). Red value is 14 (5.86% from 255 or 3.77% from 371); Green value is 212 (83.20% from 255 or 57.14% from 371); Blue value is 145 (57.03% from 255 or 39.08% from 371); Max value from RGB is 212 - color contains mainly: green. Hex color #0ED491 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0ED491 is #F12B6E. Grayscale: #919191. Windows color (decimal): -15805295 or 9557006. OLE color: 9557006.

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

Color convert

RGB 14 212 145 -
CMYK 0.93 0 0.32 0.17
HSL 159.7º 0.88% 0.44% -
HSV(B) 159.7º 0.93% 0.83% -
XYZ 28.84 49.22 34.77 -
YUV 145.16 127.9 34.45 -
System Red Green Blue C M Y K H S L
Decimal 14 212 145 0.93 0 0.32 0.17 159.7 0.88 0.44
Hex E D4 91 5D 0 20 11 A0 58 2C
Octal 16 324 221 135 0 40 21 240 130 54
Binary 1110 11010100 10010001 1011101 0 100000 10001 10100000 1011000 101100

Color Harmonies of #0ED491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ED491

Black with #0ED491

Text Example


Text Example

White with #0ED491

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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