Html Css Color HEX #0EEA84 Spring Green

📋 copy color: '#0EEA84'

red 14 ◦ green 234 ◦ blue 132

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

Shades of Spring Green #0EEA84

Tints of Spring Green #0EEA84

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 34.74%

R = 3.68%
G = 61.58%
B = 34.74%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.44

 K value IS 0.08

RGB Variations

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

Color information

#0EEA84 (or 0x0EEA84) is known color: Spring Green. HEX triplet: 0E, EA and 84. RGB value is (14,234,132). Sum of RGB (Red+Green+Blue) = 14+234+132=380 (50% of max value = 765). Red value is 14 (5.86% from 255 or 3.68% from 380); Green value is 234 (91.80% from 255 or 61.58% from 380); Blue value is 132 (51.95% from 255 or 34.74% from 380); Max value from RGB is 234 - color contains mainly: green. Hex color #0EEA84 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0EEA84 is #F1157B. Grayscale: #9C9C9C. Windows color (decimal): -15799676 or 8710670. OLE color: 8710670.

HSL color Cylindrical-coordinate representation of color #0EEA84: hue angle of 152.18º 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 #0EEA84 is Cyan = 0.94, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.08.

Color convert

RGB 14 234 132 -
CMYK 0.94 0 0.44 0.08
HSL 152.18º 0.89% 0.49% -
HSV(B) 152.18º 0.94% 0.92% -
XYZ 33.77 60.6 31.75 -
YUV 156.59 114.11 26.29 -
System Red Green Blue C M Y K H S L
Decimal 14 234 132 0.94 0 0.44 0.08 152.18 0.89 0.49
Hex E EA 84 5E 0 2C 8 98 59 31
Octal 16 352 204 136 0 54 10 230 131 61
Binary 1110 11101010 10000100 1011110 0 101100 1000 10011000 1011001 110001

Color Harmonies of #0EEA84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EEA84

Black with #0EEA84

Text Example


Text Example

White with #0EEA84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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