Html Css Color HEX #0ED487 Caribbean Green

📋 copy color: '#0ED487'

red 14 ◦ green 212 ◦ blue 135

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

Shades of Caribbean Green #0ED487

Tints of Caribbean Green #0ED487

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 37.4%

R = 3.88%
G = 58.73%
B = 37.4%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.36

 K value IS 0.17

RGB Variations

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

Color information

#0ED487 (or 0x0ED487) is known color: Caribbean Green. HEX triplet: 0E, D4 and 87. RGB value is (14,212,135). Sum of RGB (Red+Green+Blue) = 14+212+135=361 (47% of max value = 765). Red value is 14 (5.86% from 255 or 3.88% from 361); Green value is 212 (83.20% from 255 or 58.73% from 361); Blue value is 135 (53.12% from 255 or 37.40% from 361); Max value from RGB is 212 - color contains mainly: green. Hex color #0ED487 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0ED487 is #F12B78. Grayscale: #909090. Windows color (decimal): -15805305 or 8901646. OLE color: 8901646.

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

Color convert

RGB 14 212 135 -
CMYK 0.93 0 0.36 0.17
HSL 156.67º 0.88% 0.44% -
HSV(B) 156.67º 0.93% 0.83% -
XYZ 28.1 48.93 30.89 -
YUV 144.02 122.9 35.26 -
System Red Green Blue C M Y K H S L
Decimal 14 212 135 0.93 0 0.36 0.17 156.67 0.88 0.44
Hex E D4 87 5D 0 24 11 9D 58 2C
Octal 16 324 207 135 0 44 21 235 130 54
Binary 1110 11010100 10000111 1011101 0 100100 10001 10011101 1011000 101100

Color Harmonies of #0ED487

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ED487

Black with #0ED487

Text Example


Text Example

White with #0ED487

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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