Html Css Color HEX #0EE486 Spring Green

📋 copy color: '#0EE486'

red 14 ◦ green 228 ◦ blue 134

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

Shades of Spring Green #0EE486

Tints of Spring Green #0EE486

RGB

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

 GREEN value IS 228 (89.45% from 255) = 60.64%

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

R = 3.72%
G = 60.64%
B = 35.64%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.41

 K value IS 0.11

RGB Variations

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

Color information

#0EE486 (or 0x0EE486) is known color: Spring Green. HEX triplet: 0E, E4 and 86. RGB value is (14,228,134). Sum of RGB (Red+Green+Blue) = 14+228+134=376 (49% of max value = 765). Red value is 14 (5.86% from 255 or 3.72% from 376); Green value is 228 (89.45% from 255 or 60.64% from 376); Blue value is 134 (52.73% from 255 or 35.64% from 376); Max value from RGB is 228 - color contains mainly: green. Hex color #0EE486 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0EE486 is #F11B79. Grayscale: #999999. Windows color (decimal): -15801210 or 8840206. OLE color: 8840206.

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

Color convert

RGB 14 228 134 -
CMYK 0.94 0 0.41 0.11
HSL 153.64º 0.88% 0.47% -
HSV(B) 153.64º 0.94% 0.89% -
XYZ 32.23 57.3 31.92 -
YUV 153.3 117.1 28.64 -
System Red Green Blue C M Y K H S L
Decimal 14 228 134 0.94 0 0.41 0.11 153.64 0.88 0.47
Hex E E4 86 5E 0 29 B 9A 58 2F
Octal 16 344 206 136 0 51 13 232 130 57
Binary 1110 11100100 10000110 1011110 0 101001 1011 10011010 1011000 101111

Color Harmonies of #0EE486

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EE486

Black with #0EE486

Text Example


Text Example

White with #0EE486

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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