Html Css Color HEX #0EFE6B Spring Green

📋 copy color: '#0EFE6B'

red 14 ◦ green 254 ◦ blue 107

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

Shades of Spring Green #0EFE6B

Tints of Spring Green #0EFE6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 28.53%

R = 3.73%
G = 67.73%
B = 28.53%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.58

 K value IS 0.00

RGB Variations

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

Color information

#0EFE6B (or 0x0EFE6B) is known color: Spring Green. HEX triplet: 0E, FE and 6B. RGB value is (14,254,107). Sum of RGB (Red+Green+Blue) = 14+254+107=375 (49% of max value = 765). Red value is 14 (5.86% from 255 or 3.73% from 375); Green value is 254 (99.61% from 255 or 67.73% from 375); Blue value is 107 (42.19% from 255 or 28.53% from 375); Max value from RGB is 254 - color contains mainly: green. Hex color #0EFE6B is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0EFE6B is #F10194. Grayscale: #A5A5A5. Windows color (decimal): -15794581 or 7077390. OLE color: 7077390.

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

Color convert

RGB 14 254 107 -
CMYK 0.94 0 0.58 0.00
HSL 143.25º 0.99% 0.53% -
HSV(B) 143.25º 0.94% 1% -
XYZ 38.28 72.04 25.8 -
YUV 165.48 94.99 19.95 -
System Red Green Blue C M Y K H S L
Decimal 14 254 107 0.94 0 0.58 0.00 143.25 0.99 0.53
Hex E FE 6B 5E 0 3A 0 8F 63 35
Octal 16 376 153 136 0 72 0 217 143 65
Binary 1110 11111110 1101011 1011110 0 111010 0 10001111 1100011 110101

Color Harmonies of #0EFE6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EFE6B

Black with #0EFE6B

Text Example


Text Example

White with #0EFE6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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