Html Css Color HEX #0EEF7E Spring Green

📋 copy color: '#0EEF7E'

red 14 ◦ green 239 ◦ blue 126

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

Shades of Spring Green #0EEF7E

Tints of Spring Green #0EEF7E

RGB

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

 GREEN value IS 239 (93.75% from 255) = 63.06%

 BLUE value IS 126 (49.61% from 255) = 33.25%

R = 3.69%
G = 63.06%
B = 33.25%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.47

 K value IS 0.06

RGB Variations

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

Color information

#0EEF7E (or 0x0EEF7E) is known color: Spring Green. HEX triplet: 0E, EF and 7E. RGB value is (14,239,126). Sum of RGB (Red+Green+Blue) = 14+239+126=379 (50% of max value = 765). Red value is 14 (5.86% from 255 or 3.69% from 379); Green value is 239 (93.75% from 255 or 63.06% from 379); Blue value is 126 (49.61% from 255 or 33.25% from 379); Max value from RGB is 239 - color contains mainly: green. Hex color #0EEF7E is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0EEF7E is #F11081. Grayscale: #9F9F9F. Windows color (decimal): -15798402 or 8318734. OLE color: 8318734.

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

Color convert

RGB 14 239 126 -
CMYK 0.94 0 0.47 0.06
HSL 149.87º 0.89% 0.5% -
HSV(B) 149.87º 0.94% 0.94% -
XYZ 34.81 63.33 30.13 -
YUV 158.84 109.46 24.69 -
System Red Green Blue C M Y K H S L
Decimal 14 239 126 0.94 0 0.47 0.06 149.87 0.89 0.5
Hex E EF 7E 5E 0 2F 6 96 59 32
Octal 16 357 176 136 0 57 6 226 131 62
Binary 1110 11101111 1111110 1011110 0 101111 110 10010110 1011001 110010

Color Harmonies of #0EEF7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EEF7E

Black with #0EEF7E

Text Example


Text Example

White with #0EEF7E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,239,126); }

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

background-color css

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

 a { background-color: rgb(14,239,126); }

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

border-color css

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

 span { border-color: rgb(14,239,126); }

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