Html Css Color HEX #0EEA85 Spring Green

📋 copy color: '#0EEA85'

red 14 ◦ green 234 ◦ blue 133

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

Shades of Spring Green #0EEA85

Tints of Spring Green #0EEA85

RGB

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

 GREEN value IS 234 (91.8% from 255) = 61.42%

 BLUE value IS 133 (52.34% from 255) = 34.91%

R = 3.67%
G = 61.42%
B = 34.91%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.43

 K value IS 0.08

RGB Variations

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

Color information

#0EEA85 (or 0x0EEA85) is known color: Spring Green. HEX triplet: 0E, EA and 85. RGB value is (14,234,133). Sum of RGB (Red+Green+Blue) = 14+234+133=381 (50% of max value = 765). Red value is 14 (5.86% from 255 or 3.67% from 381); Green value is 234 (91.80% from 255 or 61.42% from 381); Blue value is 133 (52.34% from 255 or 34.91% from 381); Max value from RGB is 234 - color contains mainly: green. Hex color #0EEA85 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0EEA85 is #F1157A. Grayscale: #9C9C9C. Windows color (decimal): -15799675 or 8776206. OLE color: 8776206.

HSL color Cylindrical-coordinate representation of color #0EEA85: hue angle of 152.45º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0EEA85 is Cyan = 0.94, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.08.

Color convert

RGB 14 234 133 -
CMYK 0.94 0 0.43 0.08
HSL 152.45º 0.89% 0.49% -
HSV(B) 152.45º 0.94% 0.92% -
XYZ 33.84 60.63 32.11 -
YUV 156.71 114.61 26.21 -
System Red Green Blue C M Y K H S L
Decimal 14 234 133 0.94 0 0.43 0.08 152.45 0.89 0.49
Hex E EA 85 5E 0 2B 8 98 59 31
Octal 16 352 205 136 0 53 10 230 131 61
Binary 1110 11101010 10000101 1011110 0 101011 1000 10011000 1011001 110001

Color Harmonies of #0EEA85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EEA85

Black with #0EEA85

Text Example


Text Example

White with #0EEA85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,234,133); }

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

background-color css

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

 a { background-color: rgb(14,234,133); }

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

border-color css

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

 span { border-color: rgb(14,234,133); }

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