Html Css Color HEX #0EE186 Spring Green

📋 copy color: '#0EE186'

red 14 ◦ green 225 ◦ blue 134

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

Shades of Spring Green #0EE186

Tints of Spring Green #0EE186

RGB

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

 GREEN value IS 225 (88.28% from 255) = 60.32%

 BLUE value IS 134 (52.73% from 255) = 35.92%

R = 3.75%
G = 60.32%
B = 35.92%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.40

 K value IS 0.12

RGB Variations

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

Color information

#0EE186 (or 0x0EE186) is known color: Spring Green. HEX triplet: 0E, E1 and 86. RGB value is (14,225,134). Sum of RGB (Red+Green+Blue) = 14+225+134=373 (49% of max value = 765). Red value is 14 (5.86% from 255 or 3.75% from 373); Green value is 225 (88.28% from 255 or 60.32% from 373); Blue value is 134 (52.73% from 255 or 35.92% from 373); Max value from RGB is 225 - color contains mainly: green. Hex color #0EE186 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0EE186 is #F11E79. Grayscale: #979797. Windows color (decimal): -15801978 or 8839438. OLE color: 8839438.

HSL color Cylindrical-coordinate representation of color #0EE186: hue angle of 154.12º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0EE186 is Cyan = 0.94, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.12.

Color convert

RGB 14 225 134 -
CMYK 0.94 0 0.40 0.12
HSL 154.12º 0.88% 0.47% -
HSV(B) 154.12º 0.94% 0.88% -
XYZ 31.41 55.67 31.64 -
YUV 151.54 118.1 29.9 -
System Red Green Blue C M Y K H S L
Decimal 14 225 134 0.94 0 0.40 0.12 154.12 0.88 0.47
Hex E E1 86 5E 0 28 C 9A 58 2F
Octal 16 341 206 136 0 50 14 232 130 57
Binary 1110 11100001 10000110 1011110 0 101000 1100 10011010 1011000 101111

Color Harmonies of #0EE186

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EE186

Black with #0EE186

Text Example


Text Example

White with #0EE186

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,225,134); }

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

background-color css

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

 a { background-color: rgb(14,225,134); }

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

border-color css

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

 span { border-color: rgb(14,225,134); }

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