Html Css Color HEX #0ED092 Caribbean Green

📋 copy color: '#0ED092'

red 14 ◦ green 208 ◦ blue 146

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

Shades of Caribbean Green #0ED092

Tints of Caribbean Green #0ED092

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 39.67%

R = 3.8%
G = 56.52%
B = 39.67%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.30

 K value IS 0.18

RGB Variations

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

Color information

#0ED092 (or 0x0ED092) is known color: Caribbean Green. HEX triplet: 0E, D0 and 92. RGB value is (14,208,146). Sum of RGB (Red+Green+Blue) = 14+208+146=368 (48% of max value = 765). Red value is 14 (5.86% from 255 or 3.80% from 368); Green value is 208 (81.64% from 255 or 56.52% from 368); Blue value is 146 (57.42% from 255 or 39.67% from 368); Max value from RGB is 208 - color contains mainly: green. Hex color #0ED092 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0ED092 is #F12F6D. Grayscale: #8E8E8E. Windows color (decimal): -15806318 or 9621518. OLE color: 9621518.

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

Color convert

RGB 14 208 146 -
CMYK 0.93 0 0.30 0.18
HSL 160.82º 0.87% 0.44% -
HSV(B) 160.82º 0.93% 0.82% -
XYZ 27.93 47.28 34.85 -
YUV 142.93 129.73 36.04 -
System Red Green Blue C M Y K H S L
Decimal 14 208 146 0.93 0 0.30 0.18 160.82 0.87 0.44
Hex E D0 92 5D 0 1E 12 A1 57 2C
Octal 16 320 222 135 0 36 22 241 127 54
Binary 1110 11010000 10010010 1011101 0 11110 10010 10100001 1010111 101100

Color Harmonies of #0ED092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ED092

Black with #0ED092

Text Example


Text Example

White with #0ED092

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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