Html Css Color HEX #0EEB72 Spring Green

📋 copy color: '#0EEB72'

red 14 ◦ green 235 ◦ blue 114

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

Shades of Spring Green #0EEB72

Tints of Spring Green #0EEB72

RGB

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

 GREEN value IS 235 (92.19% from 255) = 64.74%

 BLUE value IS 114 (44.92% from 255) = 31.4%

R = 3.86%
G = 64.74%
B = 31.4%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.51

 K value IS 0.08

RGB Variations

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

Color information

#0EEB72 (or 0x0EEB72) is known color: Spring Green. HEX triplet: 0E, EB and 72. RGB value is (14,235,114). Sum of RGB (Red+Green+Blue) = 14+235+114=363 (48% of max value = 765). Red value is 14 (5.86% from 255 or 3.86% from 363); Green value is 235 (92.19% from 255 or 64.74% from 363); Blue value is 114 (44.92% from 255 or 31.40% from 363); Max value from RGB is 235 - color contains mainly: green. Hex color #0EEB72 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0EEB72 is #F1148D. Grayscale: #9B9B9B. Windows color (decimal): -15799438 or 7531278. OLE color: 7531278.

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

Color convert

RGB 14 235 114 -
CMYK 0.94 0 0.51 0.08
HSL 147.15º 0.89% 0.49% -
HSV(B) 147.15º 0.94% 0.92% -
XYZ 32.93 60.72 25.91 -
YUV 155.13 104.78 27.34 -
System Red Green Blue C M Y K H S L
Decimal 14 235 114 0.94 0 0.51 0.08 147.15 0.89 0.49
Hex E EB 72 5E 0 33 8 93 59 31
Octal 16 353 162 136 0 63 10 223 131 61
Binary 1110 11101011 1110010 1011110 0 110011 1000 10010011 1011001 110001

Color Harmonies of #0EEB72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EEB72

Black with #0EEB72

Text Example


Text Example

White with #0EEB72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,235,114); }

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

background-color css

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

 a { background-color: rgb(14,235,114); }

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

border-color css

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

 span { border-color: rgb(14,235,114); }

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