Html Css Color HEX #0EFE6C Spring Green

📋 copy color: '#0EFE6C'

red 14 ◦ green 254 ◦ blue 108

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

Shades of Spring Green #0EFE6C

Tints of Spring Green #0EFE6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 28.72%

R = 3.72%
G = 67.55%
B = 28.72%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.57

 K value IS 0.00

RGB Variations

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

Color information

#0EFE6C (or 0x0EFE6C) is known color: Spring Green. HEX triplet: 0E, FE and 6C. RGB value is (14,254,108). Sum of RGB (Red+Green+Blue) = 14+254+108=376 (49% of max value = 765). Red value is 14 (5.86% from 255 or 3.72% from 376); Green value is 254 (99.61% from 255 or 67.55% from 376); Blue value is 108 (42.58% from 255 or 28.72% from 376); Max value from RGB is 254 - color contains mainly: green. Hex color #0EFE6C is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0EFE6C is #F10193. Grayscale: #A5A5A5. Windows color (decimal): -15794580 or 7142926. OLE color: 7142926.

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

Color convert

RGB 14 254 108 -
CMYK 0.94 0 0.57 0.00
HSL 143.5º 0.99% 0.53% -
HSV(B) 143.5º 0.94% 1% -
XYZ 38.33 72.06 26.08 -
YUV 165.6 95.49 19.87 -
System Red Green Blue C M Y K H S L
Decimal 14 254 108 0.94 0 0.57 0.00 143.5 0.99 0.53
Hex E FE 6C 5E 0 39 0 90 63 35
Octal 16 376 154 136 0 71 0 220 143 65
Binary 1110 11111110 1101100 1011110 0 111001 0 10010000 1100011 110101

Color Harmonies of #0EFE6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EFE6C

Black with #0EFE6C

Text Example


Text Example

White with #0EFE6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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