Html Css Color HEX #0EFE77 Spring Green

📋 copy color: '#0EFE77'

red 14 ◦ green 254 ◦ blue 119

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

Shades of Spring Green #0EFE77

Tints of Spring Green #0EFE77

RGB

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

 GREEN value IS 254 (99.61% from 255) = 65.63%

 BLUE value IS 119 (46.88% from 255) = 30.75%

R = 3.62%
G = 65.63%
B = 30.75%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.53

 K value IS 0.00

RGB Variations

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

Color information

#0EFE77 (or 0x0EFE77) is known color: Spring Green. HEX triplet: 0E, FE and 77. RGB value is (14,254,119). Sum of RGB (Red+Green+Blue) = 14+254+119=387 (51% of max value = 765). Red value is 14 (5.86% from 255 or 3.62% from 387); Green value is 254 (99.61% from 255 or 65.63% from 387); Blue value is 119 (46.88% from 255 or 30.75% from 387); Max value from RGB is 254 - color contains mainly: green. Hex color #0EFE77 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0EFE77 is #F10188. Grayscale: #A7A7A7. Windows color (decimal): -15794569 or 7863822. OLE color: 7863822.

HSL color Cylindrical-coordinate representation of color #0EFE77: hue angle of 146.25º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0EFE77 is Cyan = 0.94, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.00.

Color convert

RGB 14 254 119 -
CMYK 0.94 0 0.53 0.00
HSL 146.25º 0.99% 0.53% -
HSV(B) 146.25º 0.94% 1% -
XYZ 38.95 72.31 29.36 -
YUV 166.85 100.99 18.98 -
System Red Green Blue C M Y K H S L
Decimal 14 254 119 0.94 0 0.53 0.00 146.25 0.99 0.53
Hex E FE 77 5E 0 35 0 92 63 35
Octal 16 376 167 136 0 65 0 222 143 65
Binary 1110 11111110 1110111 1011110 0 110101 0 10010010 1100011 110101

Color Harmonies of #0EFE77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EFE77

Black with #0EFE77

Text Example


Text Example

White with #0EFE77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,254,119); }

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

background-color css

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

 a { background-color: rgb(14,254,119); }

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

border-color css

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

 span { border-color: rgb(14,254,119); }

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